|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 java.lang.Object |
getLast()
Returns the last autonumber generated by this generator. |
abstract java.lang.Object |
getNext()
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 java.lang.Object getLast()
Table.addRow(java.lang.Object...), otherwise undefined.
public abstract java.lang.Object getNext()
Warning, calling this externally will result in this value being "lost" for the table.
public abstract int getColumnFlags()
public abstract DataType getType()
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||