public abstract class SchemaCommand extends DefineCommand
transactionalcreate, parameters, prepareAlways, session, sqlStatement, sqlTokens| Constructor and Description |
|---|
SchemaCommand(SessionLocal session,
Schema schema)
Create a new command.
|
| Modifier and Type | Method and Description |
|---|---|
protected Schema |
getSchema()
Get the schema
|
isReadOnly, isRetryable, isTransactional, queryMeta, setTransactionalcheckCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getDatabase, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, getType, isCacheable, isQuery, isWithParamValues, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, setWithParamValues, toString, updatepublic SchemaCommand(SessionLocal session, Schema schema)
session - the sessionschema - the schemaprotected final Schema getSchema()