| Package | Description |
|---|---|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlConformanceEnum |
SqlConformance.DEFAULT
Deprecated.
|
static SqlConformanceEnum |
SqlConformance.ORACLE_10
Deprecated.
|
static SqlConformanceEnum |
SqlConformance.PRAGMATIC_2003
Deprecated.
|
static SqlConformanceEnum |
SqlConformance.PRAGMATIC_99
Deprecated.
|
static SqlConformanceEnum |
SqlConformance.STRICT_2003
Deprecated.
|
static SqlConformanceEnum |
SqlConformance.STRICT_92
Deprecated.
|
static SqlConformanceEnum |
SqlConformance.STRICT_99
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlConformanceEnum |
SqlConformanceEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlConformanceEnum[] |
SqlConformanceEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.