| Package | Description |
|---|---|
| org.apache.calcite.avatica.util |
Avatica utilities.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
AbstractCursor.DateAccessor
Accessor that assumes that the underlying value is a DATE,
represented as a java.sql.Date;
corresponds to
Types.DATE. |
private static class |
AbstractCursor.TimeAccessor
Accessor that assumes that the underlying value is a TIME,
represented as a java.sql.Time;
corresponds to
Types.TIME. |
private static class |
AbstractCursor.TimestampAccessor
Accessor that assumes that the underlying value is a TIMESTAMP,
represented as a java.sql.Timestamp;
corresponds to
Types.TIMESTAMP. |
private static class |
AbstractCursor.TimestampFromUtilDateAccessor
Accessor that assumes that the underlying value is a TIMESTAMP,
represented as a java.util.Date;
corresponds to
Types.TIMESTAMP. |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.