AlterSequence
This class represents the statement ALTER SEQUENCE
Methods
int
getType
()
int
getType
()
boolean
isTransactional
()
boolean
isTransactional
()
void
setCacheSize
(Expression cacheSize)
void
setCacheSize
(Expression cacheSize)
void
setColumn
(Column column)
void
setColumn
(Column column)
void
setCycle
(Boolean cycle)
void
setCycle
(Boolean cycle)
void
setIfExists
(boolean b)
void
setIfExists
(boolean b)
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
()