| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
QueryState.StateType |
QueryState.type |
| Modifier and Type | Method and Description |
|---|---|
static QueryState.StateType |
QueryState.StateType.fromProto(Common.StateType protoType) |
QueryState.StateType |
QueryState.getType() |
static QueryState.StateType |
QueryState.StateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryState.StateType[] |
QueryState.StateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
QueryState(QueryState.StateType type,
String sql,
MetaDataOperation op,
Object... args)
Not intended for external use.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.