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

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

Classes in org.apache.derby.iapi.types that implement RefDataValue
 class SQLRef
           
 

Methods in org.apache.derby.iapi.types that return RefDataValue
 RefDataValue DataValueFactoryImpl.getDataValue(RowLocation value)
           
 RefDataValue DataValueFactoryImpl.getDataValue(RowLocation value, RefDataValue previous)
           
 RefDataValue DataValueFactoryImpl.getNullRef(RefDataValue dataValue)
           
 RefDataValue DataValueFactory.getDataValue(RowLocation value)
          Get a RefDataValue with the given value.
 RefDataValue DataValueFactory.getDataValue(RowLocation value, RefDataValue previous)
           
 RefDataValue DataValueFactory.getNullRef(RefDataValue dataValue)
          Get a RefDataValue with a SQL null value.
 

Methods in org.apache.derby.iapi.types with parameters of type RefDataValue
 RefDataValue DataValueFactoryImpl.getDataValue(RowLocation value, RefDataValue previous)
           
 RefDataValue DataValueFactoryImpl.getNullRef(RefDataValue dataValue)
           
 RefDataValue DataValueFactory.getDataValue(RowLocation value, RefDataValue previous)
           
 RefDataValue DataValueFactory.getNullRef(RefDataValue dataValue)
          Get a RefDataValue with a SQL null value.