public class AlterTableSet extends SchemaCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| 构造器和说明 |
|---|
AlterTableSet(SessionLocal session,
Schema schema,
int type,
boolean value) |
| 限定符和类型 | 方法和说明 |
|---|---|
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(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 在类中 DefineCommandpublic void setIfTableExists(boolean b)
public void setTableName(String tableName)
public long update()
PreparedCopyright © 2022. All rights reserved.