| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
static Meta.CursorFactory |
Meta.CursorFactory.ARRAY |
Meta.CursorFactory |
Meta.Signature.cursorFactory |
static Meta.CursorFactory |
Meta.CursorFactory.LIST |
static Meta.CursorFactory |
Meta.CursorFactory.OBJECT |
| Modifier and Type | Method and Description |
|---|---|
static Meta.CursorFactory |
Meta.CursorFactory.create(Meta.Style style,
Class clazz,
List<String> fieldNames) |
static Meta.CursorFactory |
Meta.CursorFactory.deduce(List<ColumnMetaData> columns,
Class resultClazz) |
static Meta.CursorFactory |
Meta.CursorFactory.map(List<String> fieldNames) |
static Meta.CursorFactory |
Meta.CursorFactory.record(Class resultClazz) |
static Meta.CursorFactory |
Meta.CursorFactory.record(Class resultClass,
List<Field> fields,
List<String> fieldNames) |
| Modifier and Type | Method and Description |
|---|---|
static List<List<Object>> |
MetaImpl.collect(Meta.CursorFactory cursorFactory,
Iterable<Object> iterable,
List<List<Object>> list) |
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.
|
static Cursor |
MetaImpl.createCursor(Meta.CursorFactory cursorFactory,
Iterable<Object> iterable)
|
protected Meta.MetaResultSet |
MetaImpl.createResultSet(Map<String,Object> internalParameters,
List<ColumnMetaData> columns,
Meta.CursorFactory cursorFactory,
Meta.Frame firstFrame) |
Meta.Signature |
Meta.Signature.setCursorFactory(Meta.CursorFactory cursorFactory)
Returns a copy of this Signature, substituting given CursorFactory.
|
| 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.