|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Insert the type's description here. Creation date: (2/5/2003 11:51:02 AM)
Method Summary | |
void |
clearValue(Field field)
Clears the incrementors value. |
java.lang.Object |
getNextValue(Field pField)
Gets the next value of a field for which the auto-increment value is true. |
java.lang.Object |
getNextValue(FieldDescriptorRow pFD)
Gets the next value of a field for which the auto-increment value is true. |
java.lang.Object |
getNextValue(FieldDescriptorRow pFD,
Table pTable)
Gets the next value of a field for which the auto-increment value is true. |
void |
setLastValue(Field pField,
java.lang.Object pLastValue)
Sets the last value of a field for which the auto-increment value is true. |
void |
setNextValue(Field pField,
java.lang.Object pNextValue)
Sets the next value of a field for which the auto-increment value is true. |
Method Detail |
public java.lang.Object getNextValue(Field pField) throws CMException
CMException
public java.lang.Object getNextValue(FieldDescriptorRow pFD) throws CMException
CMException
public java.lang.Object getNextValue(FieldDescriptorRow pFD, Table pTable) throws CMException
CMException
public void setLastValue(Field pField, java.lang.Object pLastValue) throws CMException
CMException
public void setNextValue(Field pField, java.lang.Object pNextValue) throws CMException
CMException
public void clearValue(Field field) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |