| Enum | Description |
|---|---|
| DbError |
Errors definitions for DbConnector
|
| Exception | Description |
|---|---|
| BadSqlSyntaxException |
Signals that the SQL text in a query was invalid
|
| ConnectionBindingException |
Thrown to indicates an error binding a connection to a transaction
|
| ConnectionClosingException |
Thrown to indicate an error closing connection
|
| ConnectionCommitException |
Thrown to indicate an error while committing a connection
|
| ConnectionCreationException |
Thrown to indicate an error creating a connection
|
| QueryExecutionException |
Generic exception for an error that occured while executing a query
|
Copyright © 2024. All rights reserved.