| 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. |
| BigDecimalValueFactoryTest |
Tests for
BigDecimalValueFactory |
| BinaryStreamValueFactory |
A value factory for a raw stream of bytes from the value.
|
| BinaryStreamValueFactoryTest | |
| BooleanValueFactory |
A value factory for creating
Boolean values. |
| BooleanValueFactoryTest |
Tests for
BooleanValueFactory |
| BufferedRowList | |
| ByteValueFactory |
A value factory for creating byte values.
|
| ByteValueFactoryTest |
Tests for
ByteValueFactory |
| CommonAsserts | |
| 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.
|
| DoubleValueFactoryTest |
Tests for
DoubleValueFactory |
| DurationValueFactory |
A value factory to create
Duration instances. |
| Field |
Field is a class used to describe fields in a ResultSet
|
| FloatValueFactory |
A value factory for creating float values.
|
| FloatValueFactoryTest |
Tests for
FloatValueFactory |
| IntegerValueFactory |
A value factory for creating int values.
|
| IntegerValueFactoryTest |
Tests for
IntegerValueFactory |
| LocalDateTimeValueFactory |
Value factory to create
LocalDateTime instances. |
| LocalDateTimeValueFactoryTest | |
| LocalDateValueFactory |
A value factory for creating
LocalDate values. |
| LocalDateValueFactoryTest | |
| LocalTimeValueFactory |
A value factory to create
LocalTime instances. |
| LocalTimeValueFactoryTest | |
| LongValueFactory |
A value factory for creating long values.
|
| LongValueFactoryTest |
Tests for
LongValueFactory |
| OffsetDateTimeValueFactory |
Value factory to create
OffsetDateTime instances. |
| OffsetTimeValueFactory |
A value factory to create
OffsetTime instances. |
| ShortValueFactory |
A value factory for creating short values.
|
| ShortValueFactoryTest |
Tests for
ShortValueFactory |
| SqlDateValueFactory |
A value factory for creating
Date values. |
| SqlDateValueFactoryTest |
Tests for JDBC
Date creation. |
| SqlTimestampValueFactory |
Value factory to create
Timestamp instances. |
| SqlTimestampValueFactoryTest |
Tests for JDBC
Timestamp creation. |
| SqlTimeValueFactory |
A value factory to create
Time instances. |
| SqlTimeValueFactoryTest |
Tests for JDBC
Time creation. |
| StringValueFactory |
A
ValueFactory implementation to create strings. |
| StringValueFactoryTest |
Tests for
StringValueFactory |
| UtilCalendarValueFactory |
Value factory to create
Calendar instances. |
| ZeroDateTimeToNullValueFactoryTest | |
| ZonedDateTimeValueFactory |
Value factory to create
ZonedDateTime instances. |