public class CreateSequence extends SchemaCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| 构造器和说明 |
|---|
CreateSequence(Session session,
Schema schema) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setBelongsToTable(boolean belongsToTable) |
void |
setCacheSize(Expression cacheSize) |
void |
setCycle(boolean cycle) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setIncrement(Expression increment) |
void |
setMaxValue(Expression maxValue) |
void |
setMinValue(Expression minValue) |
void |
setSequenceName(String sequenceName) |
void |
setStartWith(Expression start) |
int |
update()
Execute the statement.
|
getSchemaisReadOnly, isTransactional, queryMeta, setTransactionalcheckCanceled, checkParameters, getCurrentObjectId, getCurrentRowNumber, getObjectId, getParameters, getPlanSQL, getSQL, getSQL, getSQL, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCurrentRowNumber, setObjectId, setParameterList, setPrepareAlways, setRow, setSession, setSQL, toStringpublic void setSequenceName(String sequenceName)
public void setIfNotExists(boolean ifNotExists)
public void setCycle(boolean cycle)
public int update()
Preparedpublic void setStartWith(Expression start)
public void setIncrement(Expression increment)
public void setMinValue(Expression minValue)
public void setMaxValue(Expression maxValue)
public void setBelongsToTable(boolean belongsToTable)
public void setCacheSize(Expression cacheSize)
Copyright © 2017. All rights reserved.