| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
List<AvaticaParameter> |
Meta.Signature.parameters |
| Modifier and Type | Method and Description |
|---|---|
protected AvaticaParameter |
AvaticaPreparedStatement.getParameter(int param) |
| Modifier and Type | Method and Description |
|---|---|
static Meta.Signature |
Meta.Signature.create(List<ColumnMetaData> columns,
String sql,
List<AvaticaParameter> parameters,
Meta.CursorFactory cursorFactory)
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)
Creates a Signature.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.