| org.h2.schema.SchemaObjectBase org.h2.schema.Sequence
Sequence | public class Sequence extends SchemaObjectBase (Code) | | A sequence is created using the statement
CREATE SEQUENCE
|
DEFAULT_CACHE_SIZE | final public static int DEFAULT_CACHE_SIZE(Code) | | |
checkRename | public void checkRename()(Code) | | |
getBelongsToTable | public boolean getBelongsToTable()(Code) | | |
getCacheSize | public long getCacheSize()(Code) | | |
getCurrentValue | public synchronized long getCurrentValue()(Code) | | |
getIncrement | public long getIncrement()(Code) | | |
getType | public int getType()(Code) | | |
setBelongsToTable | public void setBelongsToTable(boolean b)(Code) | | |
setCacheSize | public void setCacheSize(long cacheSize)(Code) | | |
setStartValue | public synchronized void setStartValue(long value)(Code) | | |
|
|