public class AlterTableSet extends SchemaCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
AlterTableSet(SessionLocal session,
Schema schema,
int type,
boolean value) |
| 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 |
setCheckExisting(boolean b) |
void |
setIfTableExists(boolean b) |
void |
setTableName(java.lang.String tableName) |
long |
update()
Execute the statement.
|
getSchemaisReadOnly, queryMeta, setTransactionalcheckCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, isCacheable, isQuery, isWithParamValues, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toStringpublic AlterTableSet(SessionLocal session, Schema schema, int type, boolean value)
public void setCheckExisting(boolean b)
public boolean isTransactional()
PreparedisTransactional in class DefineCommandpublic void setIfTableExists(boolean b)
public void setTableName(java.lang.String tableName)
public long update()
Prepared