| Interface | Description |
|---|---|
| Row |
Interface for writing out values in a row.
|
| RowSetter<T> |
Type-safe interface for setting cell values in individual columns of a row to allow a row to be written.
|
| TableReader |
Row-oriented table reading interface.
|
| TableWriter<R extends Row> |
Interface for writing table data out.
|
| Enum | Description |
|---|---|
| Row.Flags |
Per-row transaction flags.
|