CreateSequence
This class represents the statement CREATE SEQUENCE
Methods
int
getType
()
int
getType
()
void
setBelongsToTable
(boolean belongsToTable)
void
setBelongsToTable
(boolean belongsToTable)
void
setCacheSize
(Expression cacheSize)
void
setCacheSize
(Expression cacheSize)
void
setCycle
(boolean cycle)
void
setCycle
(boolean cycle)
void
setIfNotExists
(boolean ifNotExists)
void
setIfNotExists
(boolean ifNotExists)
void
setIncrement
(Expression increment)
void
setIncrement
(Expression increment)
void
setMaxValue
(Expression maxValue)
void
setMaxValue
(Expression maxValue)
void
setMinValue
(Expression minValue)
void
setMinValue
(Expression minValue)
void
setSequenceName
(String sequenceName)
void
setSequenceName
(String sequenceName)
void
setStartWith
(Expression start)
void
setStartWith
(Expression start)
int
update
()
int
update
()