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.UserDataValue

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

Classes in org.apache.derby.iapi.types that implement UserDataValue
 class UserType
          This contains an instance of a user-defined type, that is, a java object.
 

Methods in org.apache.derby.iapi.types that return UserDataValue
 UserDataValue DataValueFactoryImpl.getDataValue(java.lang.Object value)
           
 UserDataValue DataValueFactoryImpl.getDataValue(java.lang.Object value, UserDataValue previous)
           
 UserDataValue DataValueFactoryImpl.getNullObject(UserDataValue dataValue)
           
 UserDataValue DataValueFactory.getDataValue(java.lang.Object value)
          Get a User-defined data value with the given value and type name.
 UserDataValue DataValueFactory.getDataValue(java.lang.Object value, UserDataValue previous)
           
 UserDataValue DataValueFactory.getNullObject(UserDataValue dataValue)
          Get a User-defined data value with a SQL null value.
 

Methods in org.apache.derby.iapi.types with parameters of type UserDataValue
 UserDataValue DataValueFactoryImpl.getDataValue(java.lang.Object value, UserDataValue previous)
           
 UserDataValue DataValueFactoryImpl.getNullObject(UserDataValue dataValue)
           
 UserDataValue DataValueFactory.getDataValue(java.lang.Object value, UserDataValue previous)
           
 UserDataValue DataValueFactory.getNullObject(UserDataValue dataValue)
          Get a User-defined data value with a SQL null value.