public class CreateSequence extends SchemaCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement| Constructor and Description |
|---|
CreateSequence(Session session,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setBelongsToTable(boolean belongsToTable) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setOptions(SequenceOptions options) |
void |
setSequenceName(java.lang.String sequenceName) |
int |
update()
Execute the statement.
|
getSchemaisReadOnly, isTransactional, queryMeta, setTransactionalcheckCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQL, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, toStringpublic void setSequenceName(java.lang.String sequenceName)
public void setIfNotExists(boolean ifNotExists)
public void setOptions(SequenceOptions options)
public int update()
Preparedpublic void setBelongsToTable(boolean belongsToTable)