| Package | Description |
|---|---|
| org.tentackle.persist |
Persistence layer implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected ManagedConnection |
StatementWrapper.con
the managed connection.
|
protected ManagedConnection[] |
DefaultConnectionManager.conList
managed connections.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedConnection |
StatementWrapper.getConnection()
Gets the connection.
|
protected ManagedConnection |
DefaultConnectionManager.removeConnection(int index)
Removes a connection from the list.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ManagedConnection> |
ConnectionManager.getConnections()
Gets the connections.
|
Collection<ManagedConnection> |
DefaultConnectionManager.getConnections() |
static Collection<ManagedConnection> |
ManagedConnection.getManagedConnections()
Gets a list of all managed open connections.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultConnectionManager.addConnection(ManagedConnection con)
Adds a connection to the list.
|
protected void |
DbDiagnosticUtilities.doCreateConnectionDump(StringBuilder buf,
ManagedConnection connection)
Creates the dump for a connection.
|
| Constructor and Description |
|---|
PreparedStatementWrapper(ManagedConnection con,
PreparedStatement stmt,
StatementKey statementKey,
String sql)
Creates a wrapper for a prepared statement.
|
StatementWrapper(ManagedConnection con,
Statement stmt)
Creates a wrapper for an sql statement.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.