| Interface | Description |
|---|---|
| AbstractCursor.Getter |
Gets a value from a particular field of the current record of this
cursor.
|
| ArrayImpl.Factory |
Factory that can create a result set based on a list of values.
|
| Cursor |
Interface to an iteration that is similar to, and can easily support,
a JDBC
ResultSet, but is simpler to implement. |
| Cursor.Accessor |
Accessor of a column value.
|
| Class | Description |
|---|---|
| AbstractCursor |
Base class for implementing a cursor.
|
| ArrayImpl |
Implementation of JDBC
Array. |
| ArrayIteratorCursor | |
| ByteString |
Collection of bytes.
|
| DateTimeUtils |
Utility functions for datetime types: date, time, timestamp.
|
| DateTimeUtils.PrecisionTime | |
| IteratorCursor<E> | |
| ListIteratorCursor | |
| MapIteratorCursor | |
| PositionedCursor<T> |
Abstract implementation of
Cursor
that caches its current row. |
| RecordIteratorCursor<E> | |
| Spacer |
Efficiently writes strings of spaces.
|
| Spaces |
Utilities for creating strings of spaces.
|
| Enum | Description |
|---|---|
| Casing |
Policy for converting case of identifiers before storing them.
|
| Quoting |
Syntax for quoting identifiers in SQL statements.
|
| TimeUnit |
Enumeration of time units used to construct an interval.
|
| TimeUnitRange |
A range of time units.
|
| Annotation Type | Description |
|---|---|
| PackageMarker |
This is a dummy annotation that forces javac to produce output for
otherwise empty package-info.java.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.