Interface | Description |
---|---|
DatabaseConnection |
Database Connection.
|
DatabaseConnection.ConnectionFunction |
Get current database connection.
|
DatabaseOperable<T,R> |
Represents a function that accepts one argument and produces a result.
|
KeepAlive |
Verify availability.
|
KeepAvailable |
Keep the database connection permanently connected.
|
StatementExecutor |
SQL statement (CRUD) executor.
|
StatementFactory |
Statement factory.
|
TransactionExecutor |
Transaction Executor.
|
Class | Description |
---|---|
DatabaseConnections |
Provider multi connections to a single database, which connections are kept connected.
|
DatabaseHeartbeat |
Verify the database connection is alive.
|
JdbcExecutor |
SQL statement (CRUD) executor.
|
OnceDatabaseFactory |
Get connection use asynchronous mode.
|
ParameterValue |
Parameter value.
|
ParameterValue.Builder |
Builder.
|
Prepared |
Prepared.
|
Prepared.Builder |
Builder.
|
Enum | Description |
---|---|
DatabaseCategory |
database drive category.
|