| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
static SqlState |
SqlState.INVALID_SQL_STATEMENT
Alias for backwards compatibility with previous versions of SQL spec.
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,SqlState> |
SqlState.BY_CODE |
| Modifier and Type | Method and Description |
|---|---|
static SqlState |
SqlState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlState[] |
SqlState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.