Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.types.DataValueFactory

Uses of DataValueFactory in org.apache.derby.iapi.types
 

Classes in org.apache.derby.iapi.types that implement DataValueFactory
 class CDCDataValueFactory
          DataValueFactory implementation for J2ME/CDC/Foundation.
(package private)  class DataValueFactoryImpl
          Core implementation of DataValueFactory.
 class J2SEDataValueFactory
          DataValueFactory implementation for J2SE.
 

Methods in org.apache.derby.iapi.types with parameters of type DataValueFactory
static DateTimeDataValue SQLTimestamp.computeTimestampFunction(DataValueDescriptor operand, DataValueFactory dvf)
          Compute the SQL timestamp function.
static DateTimeDataValue SQLDate.computeDateFunction(DataValueDescriptor operand, DataValueFactory dvf)
          Implement the date SQL function: construct a SQL date from a string, number, or timestamp.