| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.remote |
JDBC driver that uses remote procedure calls.
|
| Modifier and Type | Field and Description |
|---|---|
MetaDataOperation |
QueryState.metaDataOperation |
| Modifier and Type | Method and Description |
|---|---|
MetaDataOperation |
QueryState.getMetaDataOperation() |
| Constructor and Description |
|---|
QueryState(MetaDataOperation op,
Object... args)
Constructor encapsulating a metadata operation's result set.
|
QueryState(QueryState.StateType type,
String sql,
MetaDataOperation op,
Object... args)
Not intended for external use.
|
| Modifier and Type | Method and Description |
|---|---|
static MetaDataOperation |
MetaDataOperation.fromProto(Common.MetaDataOperation protoOp) |
static MetaDataOperation |
MetaDataOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaDataOperation[] |
MetaDataOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.