Class AlterTableRename


public class AlterTableRename extends AlterTable
This class represents the statement ALTER TABLE RENAME
  • Field Details

    • newTableName

      private String newTableName
    • hidden

      private boolean hidden
  • Constructor Details

  • Method Details

    • setNewTableName

      public void setNewTableName(String name)
    • update

      public long update(Table table)
      Specified by:
      update in class AlterTable
    • getType

      public int getType()
      Description copied from class: Prepared
      Get the command type as defined in CommandInterface
      Specified by:
      getType in class Prepared
      Returns:
      the statement type
    • setHidden

      public void setHidden(boolean hidden)