Class AlterTableRename


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

      • newTableName

        private java.lang.String newTableName
      • hidden

        private boolean hidden
    • Constructor Detail

    • Method Detail

      • setNewTableName

        public void setNewTableName​(java.lang.String name)
      • 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)