SDO API

Uses of Interface
commonj.sdo.Sequence

Packages that use Sequence
commonj.sdo   
 

Uses of Sequence in commonj.sdo
 

Methods in commonj.sdo that return Sequence
 Sequence ChangeSummary.getOldSequence(DataObject dataObject)
          Returns the value of the sequence for the data object at the point when logging began.
 Sequence DataObject.getSequence()
          Returns the Sequence for this DataObject.
 Sequence DataObject.getSequence(int propertyIndex)
          Returns the value of a Sequence property identified by the specified property index.
 Sequence DataObject.getSequence(Property property)
          Returns the value of the specified Sequence property.
 Sequence DataObject.getSequence(java.lang.String path)
          Returns the value of a Sequence property identified by the specified path.
 


SDO API

-