public class AlterDomainAddConstraint extends AlterDomain
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| 构造器和说明 |
|---|
AlterDomainAddConstraint(SessionLocal session,
Schema schema,
boolean ifNotExists) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getConstraintName() |
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setCheckExisting(boolean b) |
void |
setCheckExpression(Expression expression) |
void |
setComment(String comment) |
void |
setConstraintName(String constraintName) |
long |
update()
Execute the statement.
|
forAllDependencies, setDomainName, setIfDomainExistsgetSchemaisReadOnly, 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 AlterDomainAddConstraint(SessionLocal session, Schema schema, boolean ifNotExists)
public void setConstraintName(String constraintName)
public String getConstraintName()
public int getType()
Preparedpublic void setCheckExpression(Expression expression)
public void setComment(String comment)
public void setCheckExisting(boolean b)
Copyright © 2022. All rights reserved.