Singleton to manage program-wide database connections.
More...
|
int | ActivePrimaryKey |
| The active primary key shared between the two database connections.
|
|
DatabaseReadConnection | KanjiSearchConnection |
| The DatabaseConnection object that deals with reading data from the database.
|
|
DatabaseWriteConnection | KanjiEditorConnection |
| The DatabaseConnection object that deals with writing data to the database.
|
|
|
| DBConnectionPool () throws Exception |
| Initializes a new instance of DBConnectionPool.
|
|
|
static DBConnectionPool | instance = null |
| The singleton instance of DBConnectionPool.
|
|
Singleton to manage program-wide database connections.
◆ GetInstance()
static DBConnectionPool net.samuelcmace.utk.logic.DBConnectionPool.GetInstance |
( |
| ) |
throws Exception |
|
static |
Retrieves the singleton instance of DBConnectionPool.
- Returns
- The singleton instance of DBConnectionPool.
The documentation for this class was generated from the following file:
- /github/workspace/src/main/java/net/samuelcmace/utk/logic/DBConnectionPool.java