public class AlterSequence extends SchemaCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
AlterSequence(Session session,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
boolean |
isTransactional()
Check if this command is transactional.
|
void |
setCacheSize(Expression cacheSize) |
void |
setColumn(Column column) |
void |
setCycle(java.lang.Boolean cycle) |
void |
setIfExists(boolean b) |
void |
setIncrement(Expression increment) |
void |
setMaxValue(Expression maxValue) |
void |
setMinValue(Expression minValue) |
void |
setSequenceName(java.lang.String sequenceName) |
void |
setStartWith(Expression start) |
int |
update()
Execute the statement.
|
getSchemaisReadOnly, queryMeta, setTransactionalcheckCanceled, checkParameters, getCteCleanups, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSession, getSQL, getSQL, getSQL, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic void setIfExists(boolean b)
public void setSequenceName(java.lang.String sequenceName)
public boolean isTransactional()
PreparedisTransactional in class DefineCommandpublic void setColumn(Column column)
public void setStartWith(Expression start)
public void setIncrement(Expression increment)
public void setCycle(java.lang.Boolean cycle)
public void setMinValue(Expression minValue)
public void setMaxValue(Expression maxValue)
public void setCacheSize(Expression cacheSize)
public int update()
Prepared