| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDialect.DatabaseProduct |
SqlDialect.getDatabaseProduct()
Returns the database this dialect belongs to,
UNKNOWN if not known, never null. |
static SqlDialect.DatabaseProduct |
SqlDialect.getProduct(String productName,
String productVersion)
Converts a product name and version (per the JDBC driver) into a product
enumeration.
|
static SqlDialect.DatabaseProduct |
SqlDialect.DatabaseProduct.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlDialect.DatabaseProduct[] |
SqlDialect.DatabaseProduct.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlDialect(SqlDialect.DatabaseProduct databaseProduct,
String databaseProductName,
String identifierQuoteString)
Creates a SqlDialect.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.