private static class |
AbstractCursor.BigDecimalAccessor |
Accessor that assumes that the underlying value is a BigDecimal;
corresponds to Types.DECIMAL.
|
private static class |
AbstractCursor.DateFromNumberAccessor |
Accessor that assumes that the underlying value is a DATE,
in its default representation int;
corresponds to Types.DATE.
|
(package private) static class |
AbstractCursor.NumberAccessor |
Accessor that assumes that the underlying value is a Number;
corresponds to Types.NUMERIC.
|
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.
|