| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.proto |
| Modifier and Type | Method and Description |
|---|---|
Common.CursorFactory.Style |
Meta.Style.toProto() |
| Modifier and Type | Method and Description |
|---|---|
static Meta.Style |
Meta.Style.fromProto(Common.CursorFactory.Style proto) |
| Modifier and Type | Field and Description |
|---|---|
private static Common.CursorFactory.Style[] |
Common.CursorFactory.Style.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<Common.CursorFactory.Style> |
Common.CursorFactory.Style.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
Common.CursorFactory.Style |
Common.CursorFactoryOrBuilder.getStyle()
optional .CursorFactory.Style style = 1; |
Common.CursorFactory.Style |
Common.CursorFactory.getStyle()
optional .CursorFactory.Style style = 1; |
Common.CursorFactory.Style |
Common.CursorFactory.Builder.getStyle()
optional .CursorFactory.Style style = 1; |
static Common.CursorFactory.Style |
Common.CursorFactory.Style.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Common.CursorFactory.Style |
Common.CursorFactory.Style.valueOf(int value) |
static Common.CursorFactory.Style |
Common.CursorFactory.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.CursorFactory.Style[] |
Common.CursorFactory.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 com.google.protobuf.Internal.EnumLiteMap<Common.CursorFactory.Style> |
Common.CursorFactory.Style.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Common.CursorFactory.Builder |
Common.CursorFactory.Builder.setStyle(Common.CursorFactory.Style value)
optional .CursorFactory.Style style = 1; |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.