| Package | Description |
|---|---|
| com.cs.software.engine.datastore | |
| com.cs.software.engine.datastore.database |
| Modifier and Type | Method and Description |
|---|---|
DBAccess |
DataSourceIntf.getDBAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSourceIntf.setDBAccess(DBAccess aDBAccess) |
| Modifier and Type | Class and Description |
|---|---|
class |
MySql |
| Modifier and Type | Method and Description |
|---|---|
DBAccess |
DatabaseMgrBase.getConnection(String aPoolName)
Connection Pool Manager is in DBAccess Class
Returns the Appropriate DB Access Pool
|
DBAccess |
DataSource.getDBAccess() |
DBAccess |
DatabaseMgrBase.getDBAccess() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setDBAccess(DBAccess aDBAccess) |
| Constructor and Description |
|---|
ConnectionPool(DBAccess aDBAccess,
String aPoolName,
String anUrl,
String anUser,
String aPassword,
int aMinPool,
int aMaxPool,
boolean aReadOnly) |
ConnectionQueue(DBAccess aDBAccess,
String aPoolName,
String anUrl,
String anUser,
String aPassword,
int aMinPool,
int aMaxPool,
boolean aReadOnly) |
PooledConnection(DBAccess aDBAccess,
String aDatabaseName) |
Copyright © 2020. All rights reserved.