| Package | Description |
|---|---|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractCursor.DateFromNumberAccessor
Accessor that assumes that the underlying value is a DATE,
in its default representation
int;
corresponds to Types.DATE. |
private static class |
AbstractCursor.TimeFromNumberAccessor
Accessor that assumes that the underlying value is a Time,
in its default representation
int;
corresponds to Types.TIME. |
private static class |
AbstractCursor.TimestampFromNumberAccessor
Accessor that assumes that the underlying value is a TIMESTAMP,
in its default representation
long;
corresponds to Types.TIMESTAMP. |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.