Class SchemaOwnerCommand
java.lang.Object
org.h2.command.Prepared
org.h2.command.ddl.DefineCommand
org.h2.command.ddl.SchemaCommand
org.h2.command.ddl.SchemaOwnerCommand
- Direct Known Subclasses:
AlterDomain, AlterSequence, CreateConstant, CreateDomain, CreateSequence, CreateSynonym, CreateView, DropAggregate, DropConstant, DropFunctionAlias, DropSequence, DropSynonym
This class represents a non-transaction statement that involves a schema and
requires schema owner rights.
-
Field Summary
Fields inherited from class DefineCommand
transactionalFields inherited from class Prepared
create, parameters, prepareAlways, session, sqlStatement, sqlTokens -
Constructor Summary
ConstructorsConstructorDescriptionSchemaOwnerCommand(SessionLocal session, Schema schema) Create a new command. -
Method Summary
Methods inherited from class SchemaCommand
getSchemaMethods inherited from class DefineCommand
isReadOnly, isTransactional, queryMeta, setTransactionalMethods inherited from class Prepared
checkCanceled, checkParameters, collectDependencies, getCteCleanups, getCurrentRowNumber, getObjectId, getParameters, getPersistedObjectId, getPlanSQL, getSession, getSimpleSQL, getSQL, getSQLTokens, getType, isCacheable, isQuery, needRecompile, prepare, query, setCommand, setCteCleanups, setCurrentRowNumber, setParameterList, setPersistedObjectId, setPrepareAlways, setRow, setSession, setSQL, toString
-
Constructor Details
-
SchemaOwnerCommand
SchemaOwnerCommand(SessionLocal session, Schema schema) Create a new command.- Parameters:
session- the sessionschema- the schema
-
-
Method Details
-
update
-
update
-