|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.healthmarketscience.jackcess.impl.ColumnImpl.AutoNumberGenerator
public abstract class ColumnImpl.AutoNumberGenerator
Base class for the supported autonumber types.
| Method Summary | |
|---|---|
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 DataType getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||