Class SqlCreateDatabase

java.lang.Object
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDdl
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCreate
org.apache.beam.sdk.extensions.sql.impl.parser.SqlCreateDatabase
All Implemented Interfaces:
Cloneable

public class SqlCreateDatabase extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCreate
  • Field Summary

    Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCreate

    ifNotExists

    Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDdl

    DDL_OPERATOR

    Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode

    EMPTY_ARRAY, pos
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlCreateDatabase(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos, boolean replace, boolean ifNotExists, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode databaseName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)
     
    List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode>
     
    void
    unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
     

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCreate

    getReplace, setReplace

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDdl

    getOperator

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall

    accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode

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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • SqlCreateDatabase

      public SqlCreateDatabase(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos, boolean replace, boolean ifNotExists, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode databaseName)
  • Method Details

    • getOperandList

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

      public void unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
      Overrides:
      unparse in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
    • execute

      public void execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)