public class AlterTableDropConstraint extends AlterTable
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| 构造器和说明 |
|---|
AlterTableDropConstraint(SessionLocal session,
Schema schema,
boolean ifExists) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setConstraintName(String string) |
void |
setDropAction(ConstraintActionType dropAction) |
long |
update(Table table) |
setIfTableExists, setTableName, updategetSchemaisReadOnly, isTransactional, 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 AlterTableDropConstraint(SessionLocal session, Schema schema, boolean ifExists)
public void setConstraintName(String string)
public void setDropAction(ConstraintActionType dropAction)
public long update(Table table)
Copyright © 2022. All rights reserved.