Interface | Description |
---|---|
SQLConnection |
Represents a connection to a SQL database
|
Class | Description |
---|---|
ResultSet |
Represents the results of a SQL query.
|
ResultSetConverter |
Converter for
ResultSet . |
UpdateResult |
Represents the result of an update/insert/delete operation on the database.
|
UpdateResultConverter |
Converter for
UpdateResult . |
Enum | Description |
---|---|
TransactionIsolation |
Represents a Transaction Isolation Level
|
Exception | Description |
---|---|
RuntimeSQLException |
Copyright © 2016. All rights reserved.