| Package | Description |
|---|---|
| org.apache.calcite.avatica |
Avatica JDBC framework.
|
| org.apache.calcite.avatica.proto |
| Modifier and Type | Method and Description |
|---|---|
Common.Rep |
ColumnMetaData.Rep.toProto() |
| Modifier and Type | Method and Description |
|---|---|
static ColumnMetaData.Rep |
ColumnMetaData.Rep.fromProto(Common.Rep proto) |
| Modifier and Type | Field and Description |
|---|---|
private static Common.Rep[] |
Common.Rep.VALUES |
| Modifier and Type | Field and Description |
|---|---|
private static com.google.protobuf.Internal.EnumLiteMap<Common.Rep> |
Common.Rep.internalValueMap |
| Modifier and Type | Method and Description |
|---|---|
Common.Rep |
Common.AvaticaTypeOrBuilder.getRep()
optional .Rep rep = 3; |
Common.Rep |
Common.AvaticaType.getRep()
optional .Rep rep = 3; |
Common.Rep |
Common.AvaticaType.Builder.getRep()
optional .Rep rep = 3; |
Common.Rep |
Common.TypedValueOrBuilder.getType()
optional .Rep type = 1; |
Common.Rep |
Common.TypedValue.getType()
optional .Rep type = 1; |
Common.Rep |
Common.TypedValue.Builder.getType()
optional .Rep type = 1; |
static Common.Rep |
Common.Rep.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Common.Rep |
Common.Rep.valueOf(int value) |
static Common.Rep |
Common.Rep.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Common.Rep[] |
Common.Rep.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.Rep> |
Common.Rep.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Common.AvaticaType.Builder |
Common.AvaticaType.Builder.setRep(Common.Rep value)
optional .Rep rep = 3; |
Common.TypedValue.Builder |
Common.TypedValue.Builder.setType(Common.Rep value)
optional .Rep type = 1; |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.