|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.healthmarketscience.jackcess.Column.AutoNumberGenerator
public abstract class Column.AutoNumberGenerator
Base class for the supported autonumber types.
Method Summary | |
---|---|
abstract int |
getColumnFlags()
Returns the flags used when writing this column. |
abstract Object |
getLast()
Returns the last autonumber generated by this generator. |
abstract Object |
getNext(Object prevRowValue)
Returns the next autonumber for this generator. |
abstract DataType |
getType()
Returns the type of values generated by this generator. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract Object getLast()
Table.addRow(java.lang.Object...)
, otherwise undefined.
public abstract Object getNext(Object prevRowValue)
Warning, calling this externally will result in this value being "lost" for the table.
public abstract int getColumnFlags()
public abstract DataType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |