Class SchemaOwnerCommand

    • Constructor Detail

      • SchemaOwnerCommand

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

      • 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)