Class SchemaCommand

Direct Known Subclasses:
AlterTable, AlterTableSet, CommandWithColumns, CreateAggregate, CreateFunctionAlias, CreateIndex, CreateLinkedTable, CreateTrigger, DropIndex, DropTrigger, DropView, SchemaOwnerCommand

public abstract class SchemaCommand extends DefineCommand
This class represents a non-transaction statement that involves a schema.
  • Field Details

    • schema

      private final Schema schema
  • Constructor Details

    • SchemaCommand

      public SchemaCommand(SessionLocal session, Schema schema)
      Create a new command.
      Parameters:
      session - the session
      schema - the schema
  • Method Details

    • getSchema

      protected final Schema getSchema()
      Get the schema
      Returns:
      the schema