| Interface | Description | 
|---|---|
| SQLClient | 
 A common asynchronous client interface for interacting with SQL compliant database 
 | 
| SQLConnection | 
 Represents a connection to a SQL database 
 | 
| SQLOperations | 
 Represents a SQL query interface to a database 
 | 
| SQLRowStream | 
 A ReadStream of Rows from the underlying RDBMS. 
 | 
| Class | Description | 
|---|---|
| ResultSet | 
 Represents the results of a SQL query. 
 | 
| ResultSetConverter | 
 Converter and mapper for  
ResultSet. | 
| SQLOptions | 
 Represents the options one can use to customize the unwrapped connection/statement/resultset types 
 | 
| SQLOptionsConverter | 
 Converter and mapper for  
SQLOptions. | 
| UpdateResult | 
 Represents the result of an update/insert/delete operation on the database. 
 | 
| UpdateResultConverter | 
 Converter and mapper for  
UpdateResult. | 
| Enum | Description | 
|---|---|
| FetchDirection | 
 Represents the fetch direction hint 
 | 
| ResultSetConcurrency | 
 Represents the resultset concurrency hint 
 | 
| ResultSetType | 
 Represents the resultset type hint 
 | 
| TransactionIsolation | 
 Represents a Transaction Isolation Level 
 | 
| Exception | Description | 
|---|---|
| RuntimeSQLException | 
Copyright © 2024 Eclipse. All rights reserved.