Skip navigation links
Apache Calcite
O S T U V 

O

org.apache.calcite.sql.babel - package org.apache.calcite.sql.babel
Parse tree for SQL extensions used by the Babel parser.

S

SqlBabelCreateTable - Class in org.apache.calcite.sql.babel
Parse tree for CREATE TABLE statement, with extensions for particular SQL dialects supported by Babel.
SqlBabelCreateTable(SqlParserPos, boolean, TableCollectionType, boolean, boolean, SqlIdentifier, SqlNodeList, SqlNode) - Constructor for class org.apache.calcite.sql.babel.SqlBabelCreateTable
Creates a SqlBabelCreateTable.

T

TableCollectionType - Enum in org.apache.calcite.sql.babel
Enumerates the collection type of a table: MULTISET allows duplicates and SET does not.

U

unparse(SqlWriter, int, int) - Method in class org.apache.calcite.sql.babel.SqlBabelCreateTable
 

V

valueOf(String) - Static method in enum org.apache.calcite.sql.babel.TableCollectionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.calcite.sql.babel.TableCollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
O S T U V 
Skip navigation links
Apache Calcite

Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.