| Package | Description |
|---|---|
| ra.db | |
| ra.db.connection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeepAvailable
Keep the database connection permanently connected.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseConnection |
DatabaseConnections.getConnection(int index)
Returns database connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseConnections.connect(DatabaseParameters param,
int count,
java.util.concurrent.Callable<DatabaseConnection> connectionMode)
Create Kept connections.
|
| Constructor and Description |
|---|
JdbcExecutor(DatabaseConnection db)
Initialize.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentConnection
Provide execute SQL statement using a keep database connection, and the connection is thread
safe.
|
class |
OnceConnection
Provide execute SQL statement using a database connection, and the connection is not thread safe.
|
class |
OriginalConnection
Provide execute SQL statement using a keep database connection, and the connection is not thread
safe.
|