Class SqlDropObject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.calcite.sql.SqlIdentifier name  
      • Fields inherited from class org.apache.calcite.sql.SqlDrop

        ifExists
      • 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 
      Modifier Constructor Description
      protected SqlDropObject​(org.apache.calcite.sql.SqlOperator operator, org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier name, boolean ifExists)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String[] getFullName()  
      boolean getIfExists()  
      List<org.apache.calcite.sql.SqlNode> getOperandList()  
      • Methods inherited from class org.apache.calcite.sql.SqlDdl

        getOperator
      • Methods inherited from class org.apache.calcite.sql.SqlCall

        accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, unparse, validate
      • Methods inherited from class org.apache.calcite.sql.SqlNode

        clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
    • Field Detail

      • name

        protected final org.apache.calcite.sql.SqlIdentifier name
    • Constructor Detail

      • SqlDropObject

        protected SqlDropObject​(org.apache.calcite.sql.SqlOperator operator,
                                org.apache.calcite.sql.parser.SqlParserPos pos,
                                org.apache.calcite.sql.SqlIdentifier name,
                                boolean ifExists)
    • Method Detail

      • getOperandList

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

        public final boolean getIfExists()
      • getFullName

        public String[] getFullName()