| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
Meta.StatementType |
Meta.Signature.statementType |
| Modifier and Type | Method and Description |
|---|---|
static Meta.StatementType |
Meta.StatementType.fromProto(Common.StatementType proto) |
Meta.StatementType |
AvaticaStatement.getStatementType() |
static Meta.StatementType |
Meta.StatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.StatementType[] |
Meta.StatementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Meta.Signature |
Meta.Signature.create(List<ColumnMetaData> columns,
String sql,
List<AvaticaParameter> parameters,
Meta.CursorFactory cursorFactory,
Meta.StatementType statementType)
Used by Jackson to create a Signature by de-serializing JSON.
|
| Constructor and Description |
|---|
Meta.Signature(List<ColumnMetaData> columns,
String sql,
List<AvaticaParameter> parameters,
Map<String,Object> internalParameters,
Meta.CursorFactory cursorFactory,
Meta.StatementType statementType)
Creates a Signature.
|
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.