| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
SqlState.Category |
SqlState.category |
| Modifier and Type | Method and Description |
|---|---|
static SqlState.Category |
SqlState.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlState.Category[] |
SqlState.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SqlState(SqlState.Category category,
String condition,
String klass,
String subCondition,
String subClass) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.