| Package | Description |
|---|---|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractCursor.BooleanAccessor
Accessor that assumes that the underlying value is a
Boolean;
corresponds to Types.BOOLEAN. |
private static class |
AbstractCursor.ByteAccessor
Accessor that assumes that the underlying value is a
Byte;
corresponds to Types.TINYINT. |
private static class |
AbstractCursor.IntAccessor
Accessor that assumes that the underlying value is an
Integer;
corresponds to Types.INTEGER. |
private static class |
AbstractCursor.IntervalDayTimeAccessor
Accessor that assumes that the underlying value is a
long;
corresponds to Types.OTHER. |
private static class |
AbstractCursor.IntervalYearMonthAccessor
Accessor that assumes that the underlying value is a
int;
corresponds to Types.OTHER. |
private static class |
AbstractCursor.LongAccessor
Accessor that assumes that the underlying value is a
Long;
corresponds to Types.BIGINT. |
private static class |
AbstractCursor.ShortAccessor
Accessor that assumes that the underlying value is a
Short;
corresponds to Types.SMALLINT. |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.