Class SqlCreateDatabase

  • All Implemented Interfaces:
    Cloneable

    public class SqlCreateDatabase
    extends SqlCreateObject
    CREATE Database DDL sql call.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.calcite.sql.SqlSpecialOperator OPERATOR  
      • Fields inherited from class org.apache.calcite.sql.SqlCreate

        ifNotExists
      • Fields inherited from class org.apache.calcite.sql.SqlDdl

        DDL_OPERATOR
      • Fields inherited from class org.apache.calcite.sql.SqlNode

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlCreateDatabase​(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier databaseName, org.apache.calcite.sql.SqlNodeList propertyList, org.apache.calcite.sql.SqlCharStringLiteral comment, boolean ifNotExists)  
    • Field Detail

      • OPERATOR

        public static final org.apache.calcite.sql.SqlSpecialOperator OPERATOR
    • Constructor Detail

      • SqlCreateDatabase

        public SqlCreateDatabase​(org.apache.calcite.sql.parser.SqlParserPos pos,
                                 org.apache.calcite.sql.SqlIdentifier databaseName,
                                 org.apache.calcite.sql.SqlNodeList propertyList,
                                 org.apache.calcite.sql.SqlCharStringLiteral comment,
                                 boolean ifNotExists)
    • Method Detail

      • getOperandList

        public List<org.apache.calcite.sql.SqlNode> getOperandList()
        Specified by:
        getOperandList in class org.apache.calcite.sql.SqlCall