| Package | Description |
|---|---|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Constructor and Description |
|---|
SqlAdvisorValidator(SqlOperatorTable opTab,
SqlValidatorCatalogReader catalogReader,
RelDataTypeFactory typeFactory,
SqlConformance conformance)
Creates a SqlAdvisor validator.
|
| Modifier and Type | Method and Description |
|---|---|
SqlConformance |
SqlValidatorImpl.getConformance() |
SqlConformance |
SqlValidator.getConformance()
Returns the dialect of SQL (SQL:2003, etc.) this validator recognizes.
|
static SqlConformance |
SqlConformance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlConformance[] |
SqlConformance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlValidatorImpl(SqlOperatorTable opTab,
SqlValidatorCatalogReader catalogReader,
RelDataTypeFactory typeFactory,
SqlConformance conformance)
Creates a validator.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.