| Package | Description |
|---|---|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractCursor.BinaryFromStringAccessor
Accessor that assumes that the underlying value is a
String,
encoding Types.BINARY
and Types.VARBINARY values in Base64 format. |
private static class |
AbstractCursor.FixedStringAccessor
Accessor that assumes that the underlying value is a
String;
corresponds to Types.CHAR. |
private static class |
AbstractCursor.StringFromCharAccessor
Accessor that assumes that the underlying value is a
String;
corresponds to Types.CHAR. |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.