public class AlterDomainExpressions extends AlterDomain
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
AlterDomainExpressions(SessionLocal session,
Schema schema,
int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Get the command type as defined in CommandInterface
|
void |
setExpression(Expression expression) |
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, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, toStringpublic AlterDomainExpressions(SessionLocal session, Schema schema, int type)
public void setExpression(Expression expression)
public int getType()
Prepared