| Package | Description |
|---|---|
| ra.db | |
| ra.db.connection |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeepAvailable
Keep the database connection permanently connected.
|
| Constructor and Description |
|---|
DatabaseHeartbeat(KeepAlive listener)
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 |
OriginalConnection
Provide execute SQL statement using a keep database connection, and the connection is not thread
safe.
|