| Interface | Description |
|---|---|
| Row | |
| RowList |
A list of
Rows. |
| ValueFactory<T> |
A class implements the
ValueFactory<T> interface to create value instances from intermediate forms. |
| Class | Description |
|---|---|
| AbstractDateTimeValueFactory<T> | |
| AbstractNumericValueFactory<T> | |
| BigDecimalValueFactory |
A value factory for creating
BigDecimal values. |
| BinaryStreamValueFactory |
A value factory for a raw stream of bytes from the value.
|
| BooleanValueFactory |
A value factory for creating
Boolean values. |
| BufferedRowList | |
| ByteValueFactory |
A value factory for creating byte values.
|
| DefaultColumnDefinition |
Protocol::ColumnDefinition41 object
|
| DefaultValueFactory<T> |
The default value factory provides a base class that can be used for value factories that do not support creation from every type.
|
| DoubleValueFactory |
A value factory for creating double values.
|
| Field |
Field is a class used to describe fields in a ResultSet
|
| FloatValueFactory |
A value factory for creating float values.
|
| IntegerValueFactory |
A value factory for creating int values.
|
| LocalDateTimeValueFactory |
Value factory to create
LocalDateTime instances. |
| LocalDateValueFactory |
A value factory for creating
LocalDate values. |
| LocalTimeValueFactory |
A value factory to create
LocalTime instances. |
| LongValueFactory |
A value factory for creating long values.
|
| OffsetDateTimeValueFactory |
Value factory to create
OffsetDateTime instances. |
| OffsetTimeValueFactory |
A value factory to create
OffsetTime instances. |
| ShortValueFactory |
A value factory for creating short values.
|
| SqlDateValueFactory |
A value factory for creating
Date values. |
| SqlTimestampValueFactory |
Value factory to create
Timestamp instances. |
| SqlTimeValueFactory |
A value factory to create
Time instances. |
| StringValueFactory |
A
ValueFactory implementation to create strings. |
| UtilCalendarValueFactory |
Value factory to create
Calendar instances. |
| ZonedDateTimeValueFactory |
Value factory to create
ZonedDateTime instances. |