Class | Description |
---|---|
Cursor |
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
|
Pool |
A pool of SQL connections.
|
PreparedQuery |
A prepared query.
|
Row | |
RowIterator |
An iterator for processing rows.
|
RowSet |
A set of rows.
|
RowStream<T> |
A row oriented stream.
|
SqlClient |
Defines the client operations with a database server.
|
SqlConnection |
A connection to database server.
|
SqlResult<T> |
Represents the result of an operation on database.
|
Transaction |
A transaction that allows to control the transaction and receive events.
|
Tuple |
A general purpose tuple.
|
Copyright © 2019 Eclipse. All rights reserved.