| Interface | Description |
|---|---|
| AbstractResultSet | |
| ImmutableResultSet |
Partial implementation of ResultSet for immutability.
Any functions that update the underlying data source throw an exception.
Any functions that enquire as to the availability of such functions return
the read only values.
|
| PullForwardOnlyResultSet |
Partial implementation of ResultSet for such result sets that are
pull-based forward moving only. This means that the cursor cannot be manipulated by
the user of this resultset, other than invoking next to move along the stream.
|
| UnsupportedTypesResultSet | |
| WebsocketConnection |
| Class | Description |
|---|---|
| AvroSchemaResultSetMetaData | |
| AvroSchemaResultSetMetaDataKt | |
| EmptyResultSetMetaData | |
| EmptyRow | |
| EmptyRowKt | |
| FilterKt | |
| ListResultSet | |
| MapKt | |
| ResultSetIteratorKt | |
| RowResultSet |
A base implemetation of ResultSet that models returned data rows as
instances of
interface Row. It provides implementations of the resultset getXXX
conversion functions as delegations to the current row function. |
| StreamingRowResultSet | |
| WebSocketResultSet |
An implementation of ResultSet that retrieves records from a websocket via a queue.
|