Class SchemaOwnerCommand

Direct Known Subclasses:
AlterDomain, AlterSequence, CreateConstant, CreateDomain, CreateSequence, CreateSynonym, CreateView, DropAggregate, DropConstant, DropFunctionAlias, DropSequence, DropSynonym

abstract class SchemaOwnerCommand extends SchemaCommand
This class represents a non-transaction statement that involves a schema and requires schema owner rights.
  • Constructor Details

    • SchemaOwnerCommand

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

    • update

      public final long update()
      Description copied from class: Prepared
      Execute the statement.
      Overrides:
      update in class Prepared
      Returns:
      the update count
    • update

      abstract long update(Schema schema)