Class CreateSequence


  • public class CreateSequence
    extends SchemaOwnerCommand
    This class represents the statement CREATE SEQUENCE.
    • Field Detail

      • sequenceName

        private java.lang.String sequenceName
      • ifNotExists

        private boolean ifNotExists
      • belongsToTable

        private boolean belongsToTable
    • Constructor Detail

    • Method Detail

      • setSequenceName

        public void setSequenceName​(java.lang.String sequenceName)
      • setIfNotExists

        public void setIfNotExists​(boolean ifNotExists)
      • setBelongsToTable

        public void setBelongsToTable​(boolean belongsToTable)
      • 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