| Package | Description |
|---|---|
| xyz.cofe.cxconsole.script.sql | |
| xyz.cofe.cxconsole.script.sql.ctx | |
| xyz.cofe.sql | |
| xyz.cofe.sql.localds | |
| xyz.cofe.sql.proxy |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectPool |
SqlEngine.connectPool |
protected ConnectPool |
SqlService.connectPool |
protected ConnectPool |
SqlEngineFactory.connectPool |
| Modifier and Type | Method and Description |
|---|---|
ConnectPool |
SqlEngine.getConnectPool() |
ConnectPool |
SqlService.getConnectPool() |
ConnectPool |
SqlEngineFactory.getConnectPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlEngine.setConnectPool(ConnectPool cp) |
void |
SqlEngineFactory.setConnectPool(ConnectPool cp) |
| Modifier and Type | Field and Description |
|---|---|
protected WeakReference<ConnectPool> |
NamedDataSource.connectPoolRef |
| Modifier and Type | Method and Description |
|---|---|
ConnectPool |
NamedDataSource.getConnectPool() |
| Modifier and Type | Method and Description |
|---|---|
static TreeTableNodeBasic |
ConnectPoolNode.createConnectPoolNode(SqlService sqlSrvc,
ConnectPool cp) |
static void |
ConnectPoolNode.createDataSource(SqlService ss,
ConnectPool cp) |
static TreeTableNodeBasic |
NamedDataSource.createNamedDataSourceNode(ConnectPool cp,
String name) |
static Set<TreeTableNodeBasic> |
ConnectionNode.findNode(TreeTableNodeBasic root,
ConnectPool cp,
Connection conn) |
| Constructor and Description |
|---|
NamedDataSource(ConnectPool cp,
String name) |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectPool |
CloseByTimeoutTask.connectPool |
| Modifier and Type | Method and Description |
|---|---|
ConnectPool |
ConnectPoolEvent.getConnectPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPoolService.init(ConnectPool cp) |
void |
ConnectPoolEvent.setConnectPool(ConnectPool connectPool) |
| Constructor and Description |
|---|
CloseByTimeoutTask(ConnectPool cpool) |
Connected(ConnectPool connectPool) |
ConnectPoolEvent(ConnectPool connectPool) |
Disconnected(ConnectPool connectPool) |
StatementCreated(ConnectPool connectPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalDSService.init(ConnectPool cp)
Инициализация connectionPool
|
| Modifier and Type | Field and Description |
|---|---|
protected WeakReference<ConnectPool> |
StatementTracker.wcpool |
protected WeakReference<ConnectPool> |
ConnectionTracker.wcpool |
| Constructor and Description |
|---|
ConnectionTracker(ConnectPool cpool,
Connection conn) |
StatementTracker(ConnectPool cpool,
Connection conn,
Statement st) |
Copyright © 2018. All rights reserved.