Uses of Interface
planetj.database.field.IFieldIncrementor

Packages that use IFieldIncrementor
planetj.database   
planetj.database.field   
planetj.dataengine.wow   
 

Uses of IFieldIncrementor in planetj.database
 

Methods in planetj.database that return IFieldIncrementor
 IFieldIncrementor Row.getFieldIncrementor(Field f)
          Gets the incrementor for the field By default, Fields will use the same incrementor for their values.
 IFieldIncrementor Field.getFieldIncrementor()
          By default, Fields will use the same incrementor for their values.
 

Uses of IFieldIncrementor in planetj.database.field
 

Classes in planetj.database.field that implement IFieldIncrementor
 class FieldIncrementor
          Used to obtain the "next value" of fields for which the auto-increment value is true
 

Methods in planetj.database.field that return IFieldIncrementor
static IFieldIncrementor FieldIncrementor.singleton()
          Returns the singleton instance of this class
 

Uses of IFieldIncrementor in planetj.dataengine.wow
 

Classes in planetj.dataengine.wow that implement IFieldIncrementor
 class WOWFieldIncrementor
          !!A WK (3/7/2005) need to change incrementor to get min value if owner id is less than zero and max if greater than.