Interface | Description |
---|---|
Executable |
Interface for everything that updates rows in the database.
|
Query<T> |
Interface for everything that returns results from the database.
|
Class | Description |
---|---|
ExecBatchStatement |
SQL executing batch statement that closes appropriate elements.
|
ExecStatement |
SQL executing statement that closes appropriate elements.
|
HasMoreThanZeroQueryStatement |
SQL query of a COUNT statement that closes proper elements.
|
QueryAllStatement<T> |
SQL query that doesn't require preparing that closes proper elements.
|
QueryAPIExecutable | |
QueryAPIQuery<T> | |
QueryStatement<T> |
SQL query that closes proper elements.
|