| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| Modifier and Type | Field and Description |
|---|---|
Meta.Style |
Meta.CursorFactory.style |
| Modifier and Type | Method and Description |
|---|---|
static Meta.Style |
Meta.Style.fromProto(Common.CursorFactory.Style proto) |
static Meta.Style |
Meta.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Meta.Style[] |
Meta.Style.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.CursorFactory |
Meta.CursorFactory.create(Meta.Style style,
Class clazz,
List<String> fieldNames) |
| Constructor and Description |
|---|
Meta.CursorFactory(Meta.Style style,
Class clazz,
List<Field> fields,
List<String> fieldNames) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.