Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X _ 

A

abort(Executor) - Method in class to.etc.dbpool.ConnectionProxy
 
absolute(int) - Method in class to.etc.dbpool.ResultSetProxy
 
actionClearglobal() - Method in class to.etc.dbpool.info.JspPageHandler
 
actionErrorsoff() - Method in class to.etc.dbpool.info.JspPageHandler
 
actionErrorson() - Method in class to.etc.dbpool.info.JspPageHandler
 
actionForceexpired() - Method in class to.etc.dbpool.info.JspPageHandler
 
actionSessionoff() - Method in class to.etc.dbpool.info.JspPageHandler
 
actionSessionon() - Method in class to.etc.dbpool.info.JspPageHandler
 
actionTag(ConnectionPool, String, String) - Method in class to.etc.dbpool.info.JspPageHandler
 
actionTraceoff() - Method in class to.etc.dbpool.info.JspPageHandler
 
actionTraceon() - Method in class to.etc.dbpool.info.JspPageHandler
Switch on tracing if disabled.
add(int) - Method in class to.etc.dbpool.info.BatchEntry
 
addBatch() - Method in class to.etc.dbpool.PreparedStatementProxy
 
addBatch(String) - Method in class to.etc.dbpool.StatementProxy
 
addCommitListener(IDatabaseEventListener) - Method in class to.etc.dbpool.ConnectionProxy
Add a commit-time listener to this connection.
addError(String) - Method in class to.etc.dbpool.info.JspPageHandler
 
addItem(String, String, long, String, Object) - Method in class to.etc.dbpool.info.PerformanceStore
Add an item to the specified list if it is is within that lists's bounds.
addItem(String, PerfItem) - Method in class to.etc.dbpool.info.PerformanceStore
 
addListener(ConnectionPool.IPoolEvent) - Method in class to.etc.dbpool.ConnectionPool
Add a listener for pool related events.
addListener(Connection, IDatabaseEventListener) - Static method in class to.etc.dbpool.PoolManager
Add an event listener to the specified connection.
addMessage(String) - Method in class to.etc.dbpool.info.JspPageHandler
 
addMessageListener(IPoolMessageHandler) - Method in class to.etc.dbpool.PoolManager
 
addOwnerInfo(Object) - Method in class to.etc.dbpool.ConnectionProxy
Adds owner info objects to the connection.
addPlSqlDebugHandler(String) - Method in class to.etc.dbpool.ConnectionPool
 
addRequestInfo(StatisticsCollectorBase) - Method in class to.etc.dbpool.info.GlobalPerformanceStore
 
addRequestInfo(String, PerformanceCollector, StatisticsCollectorBase) - Method in class to.etc.dbpool.info.SessionStatistics
Merge the request data.
afterLast() - Method in class to.etc.dbpool.ResultSetProxy
 
ALLOC - Static variable in class to.etc.dbpool.ConnectionPool
 
allocateConnectionAs(DataSource, String, Connection) - Static method in class to.etc.dbutil.OracleDB
This allocates a connection to another user without that other-user's password, using an initial connection with DBA privileges.
allocateExecutor() - Method in class to.etc.dbreplay.DbReplay
Get a free executor from the executor free set, and return null if none available.
appendQuery(StringBuilder) - Method in class to.etc.dbpool.PreparedStatementProxy
 
appendQuery(StringBuilder) - Method in class to.etc.dbpool.StatementProxy
 
atag(String, String...) - Method in class to.etc.dbpool.info.JspPageHandler
 
attr(String, String) - Method in class to.etc.dbpool.info.JspPageHandler
 

B

backlink() - Method in class to.etc.dbpool.info.JspPageHandler
 
BaseDB - Class in to.etc.dbutil
 
BaseDB(String) - Constructor for class to.etc.dbutil.BaseDB
 
BatchEntry - Class in to.etc.dbpool.info
 
BatchEntry(String) - Constructor for class to.etc.dbpool.info.BatchEntry
 
beforeFirst() - Method in class to.etc.dbpool.ResultSetProxy
 
BetterSQLException - Exception in to.etc.dbpool
Created on Jul 8, 2003
BetterSQLException(String, SQLException) - Constructor for exception to.etc.dbpool.BetterSQLException
 
BetterSQLException(String, Object[], int, SQLException) - Constructor for exception to.etc.dbpool.BetterSQLException
 

C

c() - Method in class to.etc.dbpool.ConnectionPool
Return the config parameter class.
CallableStatementProxy - Class in to.etc.dbpool
Encapsulates a java.sql.CallableStatement for NEMA purposes.
cancel() - Method in class to.etc.dbpool.StatementProxy
 
cancelRowUpdates() - Method in class to.etc.dbpool.ResultSetProxy
 
checkHangState(HangCheckState) - Method in class to.etc.dbpool.ConnectionProxy
Called without any locks to see if this connection is a "hanging" connection.
clear() - Method in class to.etc.dbpool.info.GlobalPerformanceStore
 
clear() - Method in class to.etc.dbpool.info.PerfList
 
clear() - Method in class to.etc.dbpool.info.PerformanceStore
 
clearBatch() - Method in class to.etc.dbpool.StatementProxy
 
clearParameters() - Method in class to.etc.dbpool.PreparedStatementProxy
 
clearThreadConnections() - Method in class to.etc.dbpool.PoolManager
 
clearWarnings() - Method in class to.etc.dbpool.ConnectionProxy
 
clearWarnings() - Method in class to.etc.dbpool.ResultSetProxy
 
clearWarnings() - Method in class to.etc.dbpool.StatementProxy
 
close() - Method in class to.etc.dbpool.ConnectionProxy
The "normal" close releases all resources associated with this connection by closing them, then it returns the connection to the pool.
close() - Method in class to.etc.dbpool.ResultSetProxy
 
close() - Method in class to.etc.dbpool.StatementProxy
The original close is augmented with a call to remove this from the list of traced connection resources.
closedByConnection() - Method in class to.etc.dbpool.ResultSetProxy
This gets called when the Connection was closed, and it closes the resources.
closedByConnection() - Method in class to.etc.dbpool.StatementProxy
This gets called when the Connection was closed, and it closes the resources.
closeOnCompletion() - Method in class to.etc.dbpool.StatementProxy
 
commit() - Method in class to.etc.dbpool.ConnectionProxy
Commit proxies to the real connection, but also handles the "disable commits" per-thread option that can be set by ConnectionPool.setCommitDisabled(boolean) and the commit-time listeners that can be added by ConnectionProxy.addCommitListener(IDatabaseEventListener).
connectionAllocated(Connection) - Method in interface to.etc.dbpool.ConnectionPool.IPoolEvent
 
connectionAllocated(ConnectionProxy) - Method in class to.etc.dbpool.info.StatisticsCollector
 
connectionAllocated(ConnectionProxy) - Method in interface to.etc.dbpool.IStatisticsListener
 
connectionClosed(ConnectionProxy) - Method in class to.etc.dbpool.info.StatisticsCollector
 
connectionClosed(ConnectionProxy) - Method in interface to.etc.dbpool.IStatisticsListener
 
ConnectionPool - Class in to.etc.dbpool
Working
ConnectionPool(PoolManager, String, PoolConfig) - Constructor for class to.etc.dbpool.ConnectionPool
 
ConnectionPool.ErrorEntry - Class in to.etc.dbpool
 
ConnectionPool.IPoolEvent - Interface in to.etc.dbpool
Pool event, add listeners using
ConnectionProxy - Class in to.etc.dbpool
This "implements" Connection, and is a proxy to the actual connection maintained in ConnectionPoolEntry.
connectionReleased(Connection) - Method in interface to.etc.dbpool.ConnectionPool.IPoolEvent
 
ConnState - Enum in to.etc.dbpool
 
copyFile(OutputStream, InputStream) - Static method in class to.etc.dbpool.DbPoolUtil
Copies the inputstream to the output stream.
createArrayOf(String, Object[]) - Method in class to.etc.dbpool.ConnectionProxy
 
createBlob() - Method in class to.etc.dbpool.ConnectionProxy
 
createByName(String, double) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
createClob() - Method in class to.etc.dbpool.ConnectionProxy
 
createNClob() - Method in class to.etc.dbpool.ConnectionProxy
 
createSessionStats(HttpServletRequest) - Static method in class to.etc.dbpool.StatisticsRequestListener
Create a HttpSession, and add a Session Statistics block there.
createSQLXML() - Method in class to.etc.dbpool.ConnectionProxy
 
createStatement() - Method in class to.etc.dbpool.ConnectionProxy
 
createStatement(int, int) - Method in class to.etc.dbpool.ConnectionProxy
 
createStatement(int, int, int) - Method in class to.etc.dbpool.ConnectionProxy
 
createStruct(String, Object[]) - Method in class to.etc.dbpool.ConnectionProxy
 
CSS_ALLOC - Static variable in class to.etc.dbpool.DbPoolUtil
 
CSS_STACK - Static variable in class to.etc.dbpool.DbPoolUtil
 
CSS_TRACEPT - Static variable in class to.etc.dbpool.DbPoolUtil
 

D

d(String) - Method in class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 
DataSourceImpl - Class in to.etc.dbpool
Pooled or unpooled datasource implementation using a connection pool.
DATEFORMAT - Static variable in class to.etc.dbreplay.DbReplay
 
DbConnectionInfo - Class in to.etc.dbutil
 
dbgIsStackTraceEnabled() - Method in class to.etc.dbpool.ConnectionPool
Returns T if stack tracking is enabled for debugging purposes.
dbgRelease(String, Connection) - Method in class to.etc.dbpool.ConnectionPool
 
dbgSetStacktrace(boolean) - Method in class to.etc.dbpool.ConnectionPool
Switches stack tracing ON.
DbLockKeeper - Class in to.etc.dbutil
 
DbLockKeeper.LockHandle - Class in to.etc.dbutil
Handle for a specific lock.
DbMetric - Class in to.etc.dbpool.info
This contains some metric obtained from database performance statistics (v$client_stats in Oracle).
DbMetric(MetricsDefinition, double) - Constructor for class to.etc.dbpool.info.DbMetric
 
DbMetric(DbMetric) - Constructor for class to.etc.dbpool.info.DbMetric
 
DbPoolUtil - Class in to.etc.dbpool
 
DbPoolUtil.HostAndPort - Class in to.etc.dbpool
Host and port POJO.
DbReplay - Class in to.etc.dbreplay
This utility will replay a database logfile, for performance evaluation purposes.
DbReplay() - Constructor for class to.etc.dbreplay.DbReplay
 
DbType - Enum in to.etc.dbpool
 
dbtypeMYSQL - Static variable in class to.etc.dbutil.GenericDB
 
dbtypeORACLE - Static variable in class to.etc.dbutil.GenericDB
 
dbtypePOSTGRESQL - Static variable in class to.etc.dbutil.GenericDB
 
dbtypeUNKNOWN - Static variable in class to.etc.dbutil.GenericDB
 
decode(String) - Static method in class to.etc.dbutil.DbConnectionInfo
 
decodeArgs(String, String[], int) - Method in interface to.etc.dbreplay.IReplayer
 
decodeArgs(String, String[], int) - Method in class to.etc.dbreplay.SpeedyReplayer
 
decodeArgs(String, String[], int) - Method in class to.etc.dbreplay.TimeBasedReplayer
 
def(String) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
define(String, String, boolean, int) - Method in class to.etc.dbpool.info.PerformanceStore
 
definePool(String, PoolConfig) - Method in class to.etc.dbpool.PoolManager
 
definePool(PoolConfigSource, String) - Method in class to.etc.dbpool.PoolManager
Defines the pool with the specified ID from the ConfigSource passed.
definePool(String, String, String, String, String, String) - Method in class to.etc.dbpool.PoolManager
 
definePool(File, String) - Method in class to.etc.dbpool.PoolManager
This defines a pool, taking it's config from a properties file.
definePool(String) - Method in class to.etc.dbpool.PoolManager
This defines a pool using the default poolfile ".dbpool.properties" stored in the user's home directory.
deleteRow() - Method in class to.etc.dbpool.ResultSetProxy
 
destroyAll() - Method in class to.etc.dbpool.PoolManager
Destroy all current pools.
destroyPool(String) - Method in class to.etc.dbpool.PoolManager
 
destroySessionStats(HttpServletRequest) - Static method in class to.etc.dbpool.StatisticsRequestListener
Destroy any known session stats structure.
disableConnectionStatistics(ConnectionProxy, String) - Method in class to.etc.dbpool.info.OracleStatisticsCreator
 
displayPage() - Method in class to.etc.dbpool.info.JspPageHandler
 
dumpLocation(String) - Static method in class to.etc.dbpool.DbPoolUtil
 

E

enableConnectionStatistics(ConnectionProxy, String) - Method in class to.etc.dbpool.info.OracleStatisticsCreator
 
enableRemoteDebug(Connection, DbPoolUtil.HostAndPort) - Static method in class to.etc.dbpool.DbPoolUtil
Executes dbms_debug_jdwp.connect_tcp(host, port) on specified connection.
enableSessionTrace(boolean) - Static method in class to.etc.dbpool.info.OracleStatisticsCreator
QD Enable session trace (tkprof file generation) for all session connections.
endExecution(int, int, int, int) - Method in class to.etc.dbreplay.DbReplay
 
equals(Object) - Method in class to.etc.dbpool.PoolConfig
Used to compare two pools if a pool is redefined.
ErrorEntry(Date, String, String) - Constructor for class to.etc.dbpool.ConnectionPool.ErrorEntry
 
etag(String) - Method in class to.etc.dbpool.info.JspPageHandler
 
execute() - Method in class to.etc.dbpool.PreparedStatementProxy
 
execute(String) - Method in class to.etc.dbpool.StatementProxy
 
execute(String, String[]) - Method in class to.etc.dbpool.StatementProxy
 
execute(String, int[]) - Method in class to.etc.dbpool.StatementProxy
 
execute(String, int) - Method in class to.etc.dbpool.StatementProxy
 
execute(Connection) - Method in interface to.etc.dbutil.OracleDB.IPrivilegedAction
 
executeBatch() - Method in class to.etc.dbpool.StatementProxy
 
executeBatchExecuted(long, int, int, List<BatchEntry>) - Method in class to.etc.dbpool.info.StatisticsCollector
 
executeBatchExecuted(long, int, int, List<BatchEntry>) - Method in interface to.etc.dbpool.IStatisticsListener
 
executeExecuted(StatementProxy, long, Boolean) - Method in class to.etc.dbpool.info.StatisticsCollector
 
executeExecuted(StatementProxy, long, Boolean) - Method in interface to.etc.dbpool.IStatisticsListener
Executed an "execute" command.
executePreparedUpdateExecuted(StatementProxy, long, int) - Method in class to.etc.dbpool.info.StatisticsCollector
 
executePreparedUpdateExecuted(StatementProxy, long, int) - Method in interface to.etc.dbpool.IStatisticsListener
 
executeQuery() - Method in class to.etc.dbpool.PreparedStatementProxy
 
executeQuery(String) - Method in class to.etc.dbpool.StatementProxy
 
executeUpdate() - Method in class to.etc.dbpool.PreparedStatementProxy
 
executeUpdate(String) - Method in class to.etc.dbpool.StatementProxy
 
executeUpdate(String, String[]) - Method in class to.etc.dbpool.StatementProxy
 
executeUpdate(String, int[]) - Method in class to.etc.dbpool.StatementProxy
 
executeUpdate(String, int) - Method in class to.etc.dbpool.StatementProxy
 
executeUpdateExecuted(StatementProxy, long, int) - Method in class to.etc.dbpool.info.StatisticsCollector
 
executeUpdateExecuted(StatementProxy, long, int) - Method in interface to.etc.dbpool.IStatisticsListener
An update statement has been executed.
executorReady(ReplayExecutor) - Method in class to.etc.dbreplay.DbReplay
 
executorStopped(ReplayExecutor) - Method in class to.etc.dbreplay.DbReplay
 
expandTemplate(String, Object...) - Method in class to.etc.dbpool.info.JspPageHandler
Expand a fragment template.
expandTemplate2(String, Object...) - Method in class to.etc.dbpool.info.JspPageHandler
 

F

findColumn(String) - Method in class to.etc.dbpool.ResultSetProxy
 
finish() - Method in class to.etc.dbpool.info.StatisticsCollector
 
finish() - Method in interface to.etc.dbpool.IStatisticsListener
 
finishConnectionStatistics(ConnectionProxy) - Method in interface to.etc.dbpool.info.IConnectionStatisticsFactory
 
finishConnectionStatistics(ConnectionProxy) - Method in class to.etc.dbpool.info.OracleConnectionStatisticsFactory
 
first() - Method in class to.etc.dbpool.ResultSetProxy
 
forceClosed() - Method in class to.etc.dbpool.ConnectionProxy
Actually closes a proxy, if not already done.
format(Object[], int) - Static method in exception to.etc.dbpool.BetterSQLException
 
format(Date) - Static method in class to.etc.dbreplay.DbReplay
Format a date.
full(String, String...) - Method in class to.etc.dbpool.info.JspPageHandler
 

G

generateRefresh() - Method in class to.etc.dbpool.info.JspPageHandler
Called from page to generate the refresh tag if needed.
GenericDB - Class in to.etc.dbutil
A generic database access class to hide differences between databases.
get(ConnectionProxy) - Static method in class to.etc.dbpool.info.OracleStatisticsCreator
 
getAllocationPoint() - Method in class to.etc.dbpool.ConnectionProxy
 
getAllocationTime() - Method in class to.etc.dbpool.ConnectionProxy
Return the immutable allocation time.
getArray(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getArray(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getArray(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getArray(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getAsciiStream(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getAsciiStream(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getAttribute(String) - Method in class to.etc.dbpool.ConnectionPool
 
getAutoCommit() - Method in class to.etc.dbpool.ConnectionProxy
 
getBackupSrc() - Method in class to.etc.dbpool.PoolConfigSource
 
getBigDecimal(int, int) - Method in class to.etc.dbpool.CallableStatementProxy
Deprecated. 
getBigDecimal(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBigDecimal(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBigDecimal(int, int) - Method in class to.etc.dbpool.ResultSetProxy
Deprecated. 
getBigDecimal(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getBigDecimal(String, int) - Method in class to.etc.dbpool.ResultSetProxy
Deprecated. 
getBigDecimal(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getBinaryLogFile() - Method in class to.etc.dbpool.PoolConfig
 
getBinaryStream(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getBinaryStream(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getBlob(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBlob(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBlob(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getBlob(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getBool(String, String, boolean) - Method in class to.etc.dbpool.PoolConfigSource
 
getBoolean(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBoolean(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBoolean(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getBoolean(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getByte(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getByte(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getByte(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getByte(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getBytes(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBytes(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getBytes(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getBytes(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getCatalog() - Method in class to.etc.dbpool.ConnectionProxy
 
getCharacterStream(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getCharacterStream(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getCharacterStream(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getCharacterStream(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getCheckSQL() - Method in class to.etc.dbpool.PoolConfig
If checkConnection is T, this contains the SQL statement to use every time a database connection is reused.
getCheckString() - Method in class to.etc.dbutil.BaseDB
Returns a SQL statement that is the cheapest way to check the validity of a connection.
getCheckString(BaseDB) - Static method in class to.etc.dbutil.GenericDB
 
getCheckString() - Method in class to.etc.dbutil.MysqlDB
Returns a SQL statement that is the cheapest way to check the validity of a connection.
getCheckString() - Method in class to.etc.dbutil.OracleDB
Returns a SQL statement that is the cheapest way to check the validity of a connection.
getCheckString() - Method in class to.etc.dbutil.PostgresDB
Returns a SQL statement that is the cheapest way to check the validity of a connection.
getCheckString() - Method in class to.etc.dbutil.UnknownDB
Returns a SQL statement that is the cheapest way to check the validity of a connection.
getClientInfo() - Method in class to.etc.dbpool.ConnectionProxy
 
getClientInfo(String) - Method in class to.etc.dbpool.ConnectionProxy
 
getClob(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getClob(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getClob(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getClob(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getCloseLocation() - Method in class to.etc.dbpool.ConnectionProxy
 
getConcurrency() - Method in class to.etc.dbpool.ResultSetProxy
 
getConnection() - Method in class to.etc.dbpool.DataSourceImpl
 
getConnection(String, String) - Method in class to.etc.dbpool.DataSourceImpl
 
getConnection() - Method in class to.etc.dbpool.StatementProxy
 
getConnection() - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
getConnection(String, String) - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
getConnectionStatisticsFactory() - Method in class to.etc.dbpool.ConnectionPool
 
getConnectionUsedTooLongWarningTimeout() - Method in class to.etc.dbpool.ConnectionPool
Returns the #of seconds that a connection must have been USED before a warning and a stack dump is generated.
getConnectionWaitCount() - Method in class to.etc.dbpool.PoolStats
 
getCounters() - Method in class to.etc.dbpool.info.StatisticsCollector
 
getCurrentlyHangingConnections() - Method in class to.etc.dbpool.PoolStats
 
getCursorName() - Method in class to.etc.dbpool.ResultSetProxy
 
getData() - Method in class to.etc.dbpool.info.PerfItem
 
getDate(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getDate(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getDate(int, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
getDate(String, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
getDate(int, Calendar) - Method in class to.etc.dbpool.ResultSetProxy
 
getDate(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getDate(String, Calendar) - Method in class to.etc.dbpool.ResultSetProxy
 
getDate(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getDbType(Connection) - Static method in class to.etc.dbutil.GenericDB
Tries to return a database type for the connection passed.
getDbTypeByDriverName(String) - Static method in class to.etc.dbpool.DbPoolUtil
 
getDbTypeByDriverName(String) - Static method in class to.etc.dbutil.GenericDB
 
getDefinition() - Method in class to.etc.dbpool.info.DbMetric
 
getDefinitionMap() - Static method in class to.etc.dbpool.info.MetricsDefinition
 
getDescription() - Method in class to.etc.dbpool.info.DbMetric
 
getDescription() - Method in class to.etc.dbpool.info.MetricsDefinition
 
getDescription() - Method in class to.etc.dbpool.info.PerfList
A description for this list to show in the performance pages.
getDescription() - Method in class to.etc.dbpool.info.TranslatedMetric
 
getDouble(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getDouble(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getDouble(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getDouble(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getDriverClassName() - Method in class to.etc.dbpool.PoolConfig
 
getDriverPath() - Method in class to.etc.dbpool.PoolConfig
 
getDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getElements() - Method in class to.etc.dbpool.Tracepoint
 
getEntry(String) - Method in class to.etc.dbpool.info.SessionStatistics
 
getErrorCode() - Method in exception to.etc.dbpool.BetterSQLException
 
getException() - Method in class to.etc.dbpool.Tracepoint
 
getExecCount() - Method in class to.etc.dbpool.info.BatchEntry
 
getExecuteDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getExecutions() - Method in class to.etc.dbpool.info.StatementStatistics
 
getExpiredDisconnects() - Method in class to.etc.dbpool.PoolStats
Returns the #of times a connection was closed by the Janitor because it was allocated for way too long.
getFetchDirection() - Method in class to.etc.dbpool.ResultSetProxy
 
getFetchDirection() - Method in class to.etc.dbpool.StatementProxy
 
getFetchSize() - Method in class to.etc.dbpool.ResultSetProxy
 
getFetchSize() - Method in class to.etc.dbpool.StatementProxy
 
getFilteredStacktrace(StringBuilder, Throwable) - Static method in class to.etc.dbpool.DbPoolUtil
Deprecated.
getFloat(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getFloat(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getFloat(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getFloat(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getForceTimeout() - Method in class to.etc.dbpool.ConnectionPool
 
getFormattedValue() - Method in class to.etc.dbpool.info.DbMetric
 
getFullSequenceID(Connection, String) - Method in class to.etc.dbutil.BaseDB
Returns a sequence number that can be used to create a new PK for a record in the given table.
getFullSequenceID(Connection, String) - Static method in class to.etc.dbutil.GenericDB
 
getFullSequenceID(Connection, String) - Method in class to.etc.dbutil.MysqlDB
Returns a sequence number that can be used to create a new PK for a record in the given table.
getFullSequenceID(Connection, String) - Method in class to.etc.dbutil.OracleDB
Uses a table sequence to generate a value.
getFullSequenceID(Connection, String) - Method in class to.etc.dbutil.PostgresDB
Uses a table sequence to generate a value.
getFullSequenceID(Connection, String) - Method in class to.etc.dbutil.UnknownDB
Uses a table sequence to generate a value.
getGeneratedKeys() - Method in class to.etc.dbpool.StatementProxy
 
getGlobalStore() - Static method in class to.etc.dbpool.StatisticsRequestListener
Returns the current global performance store maintained by this listener.
getHoldability() - Method in class to.etc.dbpool.ConnectionProxy
 
getHoldability() - Method in class to.etc.dbpool.ResultSetProxy
 
getHost() - Method in class to.etc.dbpool.DbPoolUtil.HostAndPort
 
getHostname() - Method in class to.etc.dbutil.DbConnectionInfo
 
getID() - Method in class to.etc.dbpool.ConnectionPool
 
getId() - Method in class to.etc.dbpool.ConnectionProxy
 
getId() - Method in class to.etc.dbpool.info.MetricsDefinition
 
getId() - Method in class to.etc.dbpool.info.SessionStatisticsEntry
 
getIdent() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getInExecution() - Method in class to.etc.dbreplay.DbReplay
 
getInstance() - Static method in class to.etc.dbpool.PoolManager
 
getInstance() - Static method in class to.etc.dbutil.DbLockKeeper
 
getInt(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getInt(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getInt(String, String, int) - Method in class to.etc.dbpool.PoolConfigSource
 
getInt(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getInt(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getItems(String) - Method in class to.etc.dbpool.info.GlobalPerformanceStore
 
getItems(String) - Method in class to.etc.dbpool.info.PerformanceStore
 
getKey() - Method in class to.etc.dbpool.info.DbMetric
 
getKey() - Method in class to.etc.dbpool.info.MetricsDefinition
 
getKey() - Method in class to.etc.dbpool.info.PerfItem
 
getKey() - Method in class to.etc.dbpool.info.PerfList
This-list's key, used to find it.
getKey() - Method in class to.etc.dbpool.info.TranslatedMetric
 
getLabel() - Method in class to.etc.dbpool.info.DbMetric
 
getLabel() - Method in class to.etc.dbpool.info.MetricsDefinition
 
getLabel() - Method in class to.etc.dbpool.info.TranslatedMetric
 
getLastUsedTime() - Method in class to.etc.dbpool.ConnectionProxy
Return the time this was last used.
getList(String) - Method in class to.etc.dbpool.info.GlobalPerformanceStore
 
getList(String) - Method in class to.etc.dbpool.info.PerformanceStore
 
getLists() - Method in class to.etc.dbpool.info.GlobalPerformanceStore
Returns (a copy of) all currently defined performance lists.
getLists() - Method in class to.etc.dbpool.info.PerformanceStore
 
getLobReader(Connection, ResultSet, int) - Method in class to.etc.dbutil.BaseDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, String) - Method in class to.etc.dbutil.BaseDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, int) - Static method in class to.etc.dbutil.GenericDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, String) - Static method in class to.etc.dbutil.GenericDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, int) - Method in class to.etc.dbutil.MysqlDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, String) - Method in class to.etc.dbutil.MysqlDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, int) - Method in class to.etc.dbutil.OracleDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, String) - Method in class to.etc.dbutil.OracleDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, int) - Method in class to.etc.dbutil.PostgresDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, String) - Method in class to.etc.dbutil.PostgresDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, int) - Method in class to.etc.dbutil.UnknownDB
Returns a Reader from the blob (clob) column specified.
getLobReader(Connection, ResultSet, String) - Method in class to.etc.dbutil.UnknownDB
Returns a Reader from the blob (clob) column specified.
getLobStream(Connection, ResultSet, int) - Method in class to.etc.dbutil.BaseDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, String) - Method in class to.etc.dbutil.BaseDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, int) - Static method in class to.etc.dbutil.GenericDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, String) - Static method in class to.etc.dbutil.GenericDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, int) - Method in class to.etc.dbutil.MysqlDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, String) - Method in class to.etc.dbutil.MysqlDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, int) - Method in class to.etc.dbutil.OracleDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, String) - Method in class to.etc.dbutil.OracleDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, int) - Method in class to.etc.dbutil.PostgresDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, String) - Method in class to.etc.dbutil.PostgresDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, int) - Method in class to.etc.dbutil.UnknownDB
Returns an InputStream from the blob (clob) column specified.
getLobStream(Connection, ResultSet, String) - Method in class to.etc.dbutil.UnknownDB
Returns an InputStream from the blob (clob) column specified.
getLocation() - Static method in class to.etc.dbpool.DbPoolUtil
 
getLoginTimeout() - Method in class to.etc.dbpool.DataSourceImpl
 
getLoginTimeout() - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
getLogWriter() - Method in class to.etc.dbpool.DataSourceImpl
 
getLogWriter() - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
getLong(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getLong(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getLong(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getLong(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getLongRunningGracePeriod() - Method in class to.etc.dbpool.PoolConfig
Returns the time, in seconds, that a LONGRUNNING connection is allowed to run past the expiry time.
getManager() - Method in class to.etc.dbpool.ConnectionPool
Return the owner pool manager.
getMaxConcurrentConnections() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getMaxConns() - Method in class to.etc.dbpool.PoolConfig
 
getMaxFieldSize() - Method in class to.etc.dbpool.StatementProxy
 
getMaxRows() - Method in class to.etc.dbpool.StatementProxy
 
getMaxSize() - Method in class to.etc.dbpool.info.PerfList
The #of items that should be maintained, i.e.
getMaxStatementDelay() - Method in class to.etc.dbreplay.DbReplay
 
getMessage() - Method in class to.etc.dbpool.info.JspPageHandler
 
getMetaData() - Method in class to.etc.dbpool.ConnectionProxy
 
getMetaData() - Method in class to.etc.dbpool.PreparedStatementProxy
 
getMetaData() - Method in class to.etc.dbpool.ResultSetProxy
 
getMetric() - Method in class to.etc.dbpool.info.PerfItem
 
getMetric(int) - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getMetrics() - Method in class to.etc.dbpool.info.SessionStatisticsEntry
 
getMetrics() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getMinConns() - Method in class to.etc.dbpool.PoolConfig
 
getMinmax() - Method in class to.etc.dbpool.info.MetricsDefinition
 
getMoreResults() - Method in class to.etc.dbpool.StatementProxy
 
getMoreResults(int) - Method in class to.etc.dbpool.StatementProxy
 
getMsg() - Method in class to.etc.dbpool.ConnectionPool.ErrorEntry
 
getN_rows() - Method in class to.etc.dbpool.PoolStats
 
getName() - Method in class to.etc.dbutil.BaseDB
 
getNAnything() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNCharacterStream(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getNCharacterStream(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getNCharacterStream(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getNCharacterStream(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getNClob(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getNClob(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getNClob(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getNClob(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getNConnectionAllocations() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNErrors() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNetworkTimeout() - Method in class to.etc.dbpool.ConnectionProxy
 
getNExecutes() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNPreparedQueries() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNPreparedUpdates() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNPrepares() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNRows() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNStatementQueries() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNStatementUpdates() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getNString(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getNString(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getNString(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getNString(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getNUpdatedRows() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getObject(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getObject(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getObject(int, Map) - Method in class to.etc.dbpool.CallableStatementProxy
 
getObject(String, Map) - Method in class to.etc.dbpool.CallableStatementProxy
 
getObject(int, Class<T>) - Method in class to.etc.dbpool.CallableStatementProxy
 
getObject(String, Class<T>) - Method in class to.etc.dbpool.CallableStatementProxy
 
getObject(int, Map) - Method in class to.etc.dbpool.ResultSetProxy
 
getObject(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getObject(String, Map) - Method in class to.etc.dbpool.ResultSetProxy
 
getObject(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getObject(int, Class<T>) - Method in class to.etc.dbpool.ResultSetProxy
 
getObject(String, Class<T>) - Method in class to.etc.dbpool.ResultSetProxy
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class to.etc.dbpool.PoolResourceFactory
 
getOrCreate(String) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
getOrCreateAttribute(String, Supplier<T>) - Method in class to.etc.dbpool.ConnectionPool
 
getOrder() - Method in class to.etc.dbpool.info.MetricsDefinition
 
getOut() - Method in class to.etc.dbpool.info.JspPageHandler
 
getOwnerThread() - Method in class to.etc.dbpool.ConnectionProxy
 
getParameterMetaData() - Method in class to.etc.dbpool.PreparedStatementProxy
 
getParentLogger() - Method in class to.etc.dbpool.DataSourceImpl
 
getParentLogger() - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
getPassword() - Method in class to.etc.dbutil.DbConnectionInfo
 
getPlSqlDebug(String) - Static method in class to.etc.dbpool.DbPoolUtil
Return the connect string if PL/SQL debugging is enabled for the specified pool.
getPool() - Method in class to.etc.dbpool.ConnectionProxy
 
getPool() - Method in class to.etc.dbpool.DataSourceImpl
 
getPool() - Method in class to.etc.dbpool.info.JspPageHandler
 
getPool(String) - Method in class to.etc.dbpool.PoolManager
Finds the named pool.
getPool() - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
getPool() - Method in class to.etc.dbreplay.DbReplay
 
getPoolCount() - Method in class to.etc.dbpool.PoolManager
Return the #of pools currently defined.
getPooledAllocated() - Method in class to.etc.dbpool.PoolStats
The current #of connections allocated for the POOL.
getPooledDataSource() - Method in class to.etc.dbpool.ConnectionPool
 
getPooledMaxUsed() - Method in class to.etc.dbpool.PoolStats
 
getPooledUsed() - Method in class to.etc.dbpool.PoolStats
 
getPoolFailureCount() - Method in class to.etc.dbpool.PoolStats
 
getPoolFrom(DataSource) - Static method in class to.etc.dbpool.PoolManager
 
getPoolID() - Method in class to.etc.dbpool.ConnectionProxy
 
getPoolList() - Method in class to.etc.dbpool.PoolManager
Return all currently defined pools.
getPoolStatistics() - Method in class to.etc.dbpool.ConnectionPool
Copies all pool data into the poolStats structure.
getPort() - Method in class to.etc.dbpool.DbPoolUtil.HostAndPort
 
getPort() - Method in class to.etc.dbutil.DbConnectionInfo
 
getPreparedQueryDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getPreparedUpdateDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getPrepareDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getProperty(String, String) - Method in class to.etc.dbpool.PoolConfigSource
 
getProperty(String, String) - Method in class to.etc.dbpool.PropertiesSource
 
getProperty(String, String) - Method in class to.etc.dbpool.XmlSource
 
getPw() - Method in class to.etc.dbpool.PoolConfig
 
getQueryTimeout() - Method in class to.etc.dbpool.StatementProxy
 
getRealCallableStatement() - Method in class to.etc.dbpool.CallableStatementProxy
 
getRealConnection() - Method in class to.etc.dbpool.ConnectionProxy
Returns the REAL database connection (the one obtained from the JDBC driver) for this proxy.
getRealConnection() - Method in class to.etc.dbpool.StatementProxy
 
getRealPreparedStatement() - Method in class to.etc.dbpool.PreparedStatementProxy
Returns the real prepared statement, or throws an error when the statement has been closed.
getRealStatement() - Method in class to.etc.dbpool.StatementProxy
Returns the real statement, or throws an error when the statement has been closed.
getRef(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getRef(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getRef(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getRef(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getRequest() - Method in class to.etc.dbpool.info.JspPageHandler
 
getRequest() - Method in class to.etc.dbpool.info.PerfItem
 
getRequest() - Method in class to.etc.dbpool.info.SessionStatisticsEntry
 
getRequestId() - Method in class to.etc.dbpool.info.SessionStatisticsEntry
 
getRequestID() - Static method in class to.etc.dbpool.StatisticsRequestListener
Return the unique ID for this request/response cycle which can be used to identify the metrics for this request after it finished.
getRequests() - Method in class to.etc.dbpool.info.SessionStatistics
 
getResultSet() - Method in class to.etc.dbpool.StatementProxy
FIXME Needs wrapping.
getResultSetConcurrency() - Method in class to.etc.dbpool.StatementProxy
 
getResultSetHoldability() - Method in class to.etc.dbpool.StatementProxy
 
getResultsetOpenCount() - Method in class to.etc.dbpool.PoolStats
 
getResultSetType() - Method in class to.etc.dbpool.StatementProxy
 
getRow() - Method in class to.etc.dbpool.ResultSetProxy
 
getRowCount() - Method in class to.etc.dbpool.info.BatchEntry
 
getRowId(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getRowId(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getRowId(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getRowId(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getRows() - Method in class to.etc.dbpool.info.StatementStatistics
 
getRunSchema() - Method in class to.etc.dbreplay.DbReplay
 
getSavedErrorList() - Method in class to.etc.dbpool.ConnectionPool
 
getScanMode() - Method in class to.etc.dbpool.PoolConfig
 
getSchema() - Method in class to.etc.dbpool.ConnectionProxy
 
getScriptResource(Connection, Class<?>, String) - Static method in class to.etc.dbutil.GenericDB
Get a database script as a resource.
getSequenceID(Connection, String) - Method in class to.etc.dbutil.BaseDB
Returns a sequence number that can be used to create a new PK for a record in the given table.
getSequenceID(Connection, String) - Static method in class to.etc.dbutil.GenericDB
Returns a sequence number that can be used to create a new PK for a record in the given table.
getSequenceID(Connection, String) - Method in class to.etc.dbutil.MysqlDB
Uses mysql specific code to create a sequence number from a sequence table.
getSequenceID(Connection, String) - Method in class to.etc.dbutil.OracleDB
Uses a table sequence to generate a value.
getSequenceID(Connection, String) - Method in class to.etc.dbutil.PostgresDB
 
getSequenceID(Connection, String) - Method in class to.etc.dbutil.UnknownDB
 
getSessionStatistics(HttpServletRequest) - Static method in class to.etc.dbpool.StatisticsRequestListener
 
getShort(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getShort(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getShort(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getShort(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getSid() - Method in class to.etc.dbutil.DbConnectionInfo
 
getSQL() - Method in class to.etc.dbpool.info.StatementStatistics
 
getSQL() - Method in class to.etc.dbpool.ResultSetProxy
 
getSQL() - Method in class to.etc.dbpool.StatementProxy
Return the SQL string for this statement.
getSql() - Method in class to.etc.dbpool.Tracepoint
 
getSQLState() - Method in exception to.etc.dbpool.BetterSQLException
 
getSQLXML(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getSQLXML(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getSQLXML(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getSQLXML(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getSrc() - Method in class to.etc.dbpool.PoolConfigSource
 
getStack(Tracepoint) - Static method in class to.etc.dbpool.DbPoolUtil
 
getStartTS() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getState() - Method in class to.etc.dbpool.ConnectionProxy
 
getStatement() - Method in class to.etc.dbpool.info.BatchEntry
 
getStatement() - Method in class to.etc.dbpool.ResultSetProxy
 
getStatementMap() - Method in class to.etc.dbpool.info.StatisticsCollector
 
getStatementOpenCount() - Method in class to.etc.dbpool.PoolStats
 
getStatementPeakCount() - Method in class to.etc.dbpool.PoolStats
 
getStatementQueryDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getStatementTotalPrepareCount() - Method in class to.etc.dbpool.PoolStats
 
getStatementUpdateDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getStore() - Method in class to.etc.dbpool.info.GlobalPerformanceStore
 
getStore() - Method in class to.etc.dbpool.info.SessionStatisticsEntry
 
getString(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getString(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getString(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getString(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getSubject() - Method in class to.etc.dbpool.ConnectionPool.ErrorEntry
 
getText() - Method in class to.etc.dbpool.StringPrinter
 
getThreadAndLocation(StringBuilder) - Static method in class to.etc.dbpool.DbPoolUtil
 
getThreadConnections() - Method in class to.etc.dbpool.PoolManager
 
getThreadStatistics() - Static method in class to.etc.dbpool.StatisticsRequestListener
Get the current counts for SQL statements for the current thread, if enabled/available.
getTime(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTime(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTime(int, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTime(String, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTime(int, Calendar) - Method in class to.etc.dbpool.ResultSetProxy
 
getTime(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getTime(String, Calendar) - Method in class to.etc.dbpool.ResultSetProxy
 
getTime(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getTimestamp(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTimestamp(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTimestamp(int, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTimestamp(String, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
getTimestamp(int, Calendar) - Method in class to.etc.dbpool.ResultSetProxy
 
getTimestamp(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getTimestamp(String, Calendar) - Method in class to.etc.dbpool.ResultSetProxy
 
getTimestamp(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getTimestamp() - Method in class to.etc.dbpool.Tracepoint
 
getTotalAllocations() - Method in class to.etc.dbpool.PoolStats
Returns the #of times that a connection was allocated from the pool (i.e.
getTotalDatabaseAllocations() - Method in class to.etc.dbpool.PoolStats
 
getTotalDBRequests() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getTotalDBTime() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getTotalExecuteDuration() - Method in class to.etc.dbpool.info.StatementStatistics
 
getTotalFetchDuration() - Method in class to.etc.dbpool.info.StatementStatistics
Fetch duration summed for all executes, in nano's.
getTotalFetchDuration() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getTotalQueries() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getTotalUpdates() - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
getTraceList() - Method in class to.etc.dbpool.ConnectionProxy
Return the list of tracepoints, from old to new.
getTransactionIsolation() - Method in class to.etc.dbpool.ConnectionProxy
 
getTranslator() - Method in class to.etc.dbpool.info.MetricsDefinition
 
getTs() - Method in class to.etc.dbpool.ConnectionPool.ErrorEntry
 
getTS() - Method in class to.etc.dbpool.info.SessionStatisticsEntry
 
getType() - Method in class to.etc.dbpool.ResultSetProxy
 
getTypeMap() - Method in class to.etc.dbpool.ConnectionProxy
 
getUid() - Method in class to.etc.dbpool.PoolConfig
 
getUnicodeStream(int) - Method in class to.etc.dbpool.ResultSetProxy
Deprecated. 
getUnicodeStream(String) - Method in class to.etc.dbpool.ResultSetProxy
Deprecated. 
getUnpooledAllocated() - Method in class to.etc.dbpool.PoolStats
The current #of allocated and used unpooled connections.
getUnpooledConnection(String, String) - Method in class to.etc.dbpool.ConnectionPool
 
getUnpooledDataSource() - Method in class to.etc.dbpool.ConnectionPool
 
getUnpooledFrom(DataSource) - Static method in class to.etc.dbpool.PoolManager
Try to get the unpooled datasource associated with this datasource, if that datasource comes from the pool manager.
getUnpooledMaxAllocated() - Method in class to.etc.dbpool.PoolStats
 
getUpdateCount() - Method in class to.etc.dbpool.StatementProxy
 
getURL(String) - Method in class to.etc.dbpool.CallableStatementProxy
 
getURL(int) - Method in class to.etc.dbpool.CallableStatementProxy
 
getUrl() - Method in class to.etc.dbpool.PoolConfig
 
getURL(int) - Method in class to.etc.dbpool.ResultSetProxy
 
getURL(String) - Method in class to.etc.dbpool.ResultSetProxy
 
getUsedConnections() - Method in class to.etc.dbpool.ConnectionPool
Get a list of all ConnextionProxy's currently in use.
getUserid() - Method in class to.etc.dbutil.DbConnectionInfo
 
getUseTimeTable() - Method in class to.etc.dbpool.ConnectionPool
 
getUseTimeTableStr() - Method in class to.etc.dbpool.ConnectionPool
Returns a HTML-formatted table of connection usage times.
getValue() - Method in class to.etc.dbpool.info.DbMetric
 
getValue() - Method in class to.etc.dbpool.info.TranslatedMetric
 
getWarnings() - Method in class to.etc.dbpool.ConnectionProxy
 
getWarnings() - Method in class to.etc.dbpool.ResultSetProxy
 
getWarnings() - Method in class to.etc.dbpool.StatementProxy
 
GlobalPerformanceStore - Class in to.etc.dbpool.info
This stores global statistics for database queries all through the pool for session based requests.
GlobalPerformanceStore() - Constructor for class to.etc.dbpool.info.GlobalPerformanceStore
 

H

h1(String) - Method in class to.etc.dbpool.info.JspPageHandler
 
handleRecord(DbReplay, ReplayRecord) - Method in interface to.etc.dbreplay.IReplayer
 
handleRecord(DbReplay, ReplayRecord) - Method in class to.etc.dbreplay.SpeedyReplayer
 
handleRecord(DbReplay, ReplayRecord) - Method in class to.etc.dbreplay.TimeBasedReplayer
 
hasSavedErrors() - Method in class to.etc.dbpool.ConnectionPool
 
header(String, String) - Method in interface to.etc.dbpool.IPrinter
 
header(String, String) - Method in class to.etc.dbpool.StringPrinter
 

I

IConnectionStatisticsFactory - Interface in to.etc.dbpool.info
 
id(int) - Method in class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 
IDatabaseEventListener - Interface in to.etc.dbpool
Gets called on database-connection related events.
IMetricValueTranslator - Interface in to.etc.dbpool.info
 
incConnSkips() - Method in class to.etc.dbreplay.DbReplay
 
incIgnored() - Method in class to.etc.dbreplay.DbReplay
 
init(DataSource) - Static method in class to.etc.dbutil.DbLockKeeper
Initializes the DbLockKeeper.
initialize() - Method in class to.etc.dbpool.ConnectionPool
Tries to put the pool in "pooled mode".
initialize() - Method in class to.etc.dbpool.info.JspPageHandler
Decode all parameters and define the action to take.
initializePool(String) - Method in class to.etc.dbpool.PoolManager
Initializes the pool defined by ID by pre-allocating the first min connections from it.
initializePool(PoolConfigSource, String) - Method in class to.etc.dbpool.PoolManager
This combines defining and initializing a pool.
initializePool(File, String) - Method in class to.etc.dbpool.PoolManager
This combines defining and initializing a pool, taking it's config from a properties file.
insertRow() - Method in class to.etc.dbpool.ResultSetProxy
 
internalDumpInfo() - Method in class to.etc.dbpool.ResultSetProxy
 
internalDumpInfo() - Method in class to.etc.dbpool.StatementProxy
 
internalGetCloseReason() - Method in class to.etc.dbpool.ResultSetProxy
 
internalGetFetchDuration() - Method in class to.etc.dbpool.ResultSetProxy
 
internalGetParameters() - Method in class to.etc.dbpool.PreparedStatementProxy
 
internalGetRowCount() - Method in class to.etc.dbpool.ResultSetProxy
 
intToStr(int, int, int) - Static method in class to.etc.dbpool.info.JsTemplater
 
InvalidProxyException - Exception in to.etc.dbpool
 
InvalidProxyException(String) - Constructor for exception to.etc.dbpool.InvalidProxyException
 
IPerformanceCollector - Interface in to.etc.dbpool.info
Collector for all kinds of performance-related data.
IPoolMessageHandler - Interface in to.etc.dbpool
Created on Oct 18, 2003
IPrinter - Interface in to.etc.dbpool
Helps with reporting state.
IReplayer - Interface in to.etc.dbreplay
 
isAfterLast() - Method in class to.etc.dbpool.ResultSetProxy
 
isBeforeFirst() - Method in class to.etc.dbpool.ResultSetProxy
 
isCheckCloseConnections() - Method in class to.etc.dbpool.PoolManager
 
isCheckConnection() - Method in class to.etc.dbpool.PoolConfig
T if //every// time this connection is used it's validity must be checked by sending a SQL command to it.
isClosed() - Method in class to.etc.dbpool.ConnectionProxy
 
isClosed() - Method in class to.etc.dbpool.ResultSetProxy
 
isClosed() - Method in class to.etc.dbpool.StatementProxy
 
isCloseOnCompletion() - Method in class to.etc.dbpool.StatementProxy
 
isCollectStatistics() - Method in class to.etc.dbpool.PoolConfig
 
isCollectStatistics() - Method in class to.etc.dbpool.PoolManager
 
isCommitDisabled() - Method in class to.etc.dbpool.ConnectionPool
Returns T if commits are disabled for the current thread.
isDefined() - Method in class to.etc.dbpool.info.MetricsDefinition
 
isDescending() - Method in class to.etc.dbpool.info.PerfList
T if this lists's values are descending, meaning a high value is on top.
isFileLogging() - Method in class to.etc.dbpool.ConnectionPool
 
isFirst() - Method in class to.etc.dbpool.ResultSetProxy
 
isIgnoreUnclosed() - Method in class to.etc.dbpool.PoolConfig
 
isLast() - Method in class to.etc.dbpool.ResultSetProxy
 
isLogAllocation() - Method in class to.etc.dbpool.PoolConfig
 
isLogAllocationStack() - Method in class to.etc.dbpool.PoolConfig
 
isLogging() - Method in class to.etc.dbreplay.DbReplay
 
isLogResultSetLocations() - Method in class to.etc.dbpool.PoolConfig
 
isLogStatements() - Method in class to.etc.dbpool.PoolConfig
 
isNoRowCount() - Method in class to.etc.dbpool.info.BatchEntry
 
isPoolable() - Method in class to.etc.dbpool.StatementProxy
 
isPooledMode() - Method in class to.etc.dbpool.ConnectionPool
 
isPrintExceptions() - Method in class to.etc.dbpool.PoolConfig
 
isReadOnly() - Method in class to.etc.dbpool.ConnectionProxy
 
isSavingErrors() - Method in class to.etc.dbpool.ConnectionPool
 
isSetlog() - Method in class to.etc.dbpool.PoolConfig
 
isSqlTraceMode() - Method in class to.etc.dbpool.PoolConfig
 
IStatisticsListener - Interface in to.etc.dbpool
Listener for statistic database events.
isUnpooled() - Method in class to.etc.dbpool.ConnectionProxy
THIS MAY ONLY LOCK THIS AND MUST BE IMMUTABLE.
isValid(int) - Method in class to.etc.dbpool.ConnectionProxy
 
isWrapperFor(Class<?>) - Method in class to.etc.dbpool.ConnectionProxy
 
isWrapperFor(Class<?>) - Method in class to.etc.dbpool.DataSourceImpl
 
isWrapperFor(Class<?>) - Method in class to.etc.dbpool.ResultSetProxy
 
isWrapperFor(Class<?>) - Method in class to.etc.dbpool.StatementProxy
 
isWrapperFor(Class<?>) - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 

J

JAN - Static variable in class to.etc.dbpool.ConnectionPool
 
JspPageHandler - Class in to.etc.dbpool.info
Helper class to reduce the horrible code in pool.jsp, without having to copy multiple parts.
JspPageHandler(JspWriter, HttpServletRequest, String) - Constructor for class to.etc.dbpool.info.JspPageHandler
 
JsTemplater - Class in to.etc.dbpool.info
This implements a small templating engine.
JsTemplater() - Constructor for class to.etc.dbpool.info.JsTemplater
 

L

l(String) - Method in class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 
last() - Method in class to.etc.dbpool.ResultSetProxy
 
loadDriver(File, String) - Static method in class to.etc.dbpool.DbPoolUtil
Loads the appropriate driver class.
lock(String) - Method in class to.etc.dbutil.DbLockKeeper
Method should be used to create a lock.
LockHandle(DbLockKeeper.Lock) - Constructor for class to.etc.dbutil.DbLockKeeper.LockHandle
 
lockNowait(String) - Method in class to.etc.dbutil.DbLockKeeper
Get a lock, but do not wait for it- if the lock is taken the code returns immediately, returning a null lock handle.
LOG - Static variable in class to.etc.dbpool.StatementProxy
 
log(String) - Method in class to.etc.dbreplay.DbReplay
 
LOG - Static variable in class to.etc.dbutil.OracleDB
 
logUnexpected(Exception, String) - Method in class to.etc.dbpool.PoolManager
 
logUnexpected(String) - Method in class to.etc.dbpool.PoolManager
 

M

m_currentOpenConnections - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_dbg_stacktrace - Variable in class to.etc.dbpool.ConnectionPool
T if this pool has stack tracing enabled.
m_executeDuration - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
M_LOGICAL_READS - Static variable in class to.etc.dbpool.info.MetricsDefinition
 
M_LOGICAL_WRITES - Static variable in class to.etc.dbpool.info.MetricsDefinition
 
m_maxConcurrentConnections - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_n_open_rs - Variable in class to.etc.dbpool.ConnectionPool
The #of resultsets opened by all statements in the pool
m_n_open_stmt - Variable in class to.etc.dbpool.ConnectionPool
The #of statements CURRENTLY allocated by the pool
m_n_rows - Variable in class to.etc.dbpool.ConnectionPool
Deprecated.
m_nConnectionAllocations - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
The #of times a connection was allocated during this request.
m_nErrors - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_nExecutes - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_nPreparedQueries - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
#of queries issued using prepared statements.
m_nPreparedUpdates - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
#of updates issued using prepared statements.
m_nPrepares - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
The #of times a statement was PREPARED (preparedStatement)
m_nRows - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
Number of rows retrieved,
m_nStatementQueries - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
The #of statements passed
m_nStatementUpdates - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
#of unprepared updates (using a statement).
m_nUpdatedRows - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_peak_open_stmt - Variable in class to.etc.dbpool.ConnectionPool
The #of statements MAX allocated by the pool
M_PHYSICAL_READS - Static variable in class to.etc.dbpool.info.MetricsDefinition
 
m_preparedQueryDuration - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_preparedUpdateDuration - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_prepareDuration - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
The total time spent in preparing the statements above.
m_statementQueryDuration - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_statementTotalPrepareCount - Variable in class to.etc.dbpool.ConnectionPool
The #of prepare statements executed.
m_statementUpdateDuration - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
m_totalFetchDuration - Variable in class to.etc.dbpool.info.StatisticsCollectorBase
 
main(String[]) - Static method in class to.etc.dbreplay.DbReplay
 
merge(PerformanceStore) - Method in class to.etc.dbpool.info.PerformanceStore
This merges-in the performance data from another store.
mergeMetrics(List<DbMetric>) - Method in class to.etc.dbpool.info.StatisticsCollectorBase
 
MetricBuilder(String) - Constructor for class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 
metricNamesByID(int) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
MetricsDefinition - Class in to.etc.dbpool.info
 
MetricsDefinition(int, String, String, IMetricValueTranslator, String, boolean) - Constructor for class to.etc.dbpool.info.MetricsDefinition
 
MetricsDefinition(int, String, String, IMetricValueTranslator, String, boolean, int, int[]) - Constructor for class to.etc.dbpool.info.MetricsDefinition
 
MetricsDefinition.MetricBuilder - Class in to.etc.dbpool.info
 
minmax(int...) - Method in class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 
moveToCurrentRow() - Method in class to.etc.dbpool.ResultSetProxy
 
moveToInsertRow() - Method in class to.etc.dbpool.ResultSetProxy
 
MSG - Static variable in class to.etc.dbpool.ConnectionPool
 
MysqlDB - Class in to.etc.dbutil
 
MysqlDB() - Constructor for class to.etc.dbutil.MysqlDB
 

N

nativeSQL(String) - Method in class to.etc.dbpool.ConnectionProxy
 
next() - Method in class to.etc.dbpool.ResultSetProxy
 
nl() - Method in class to.etc.dbpool.info.JspPageHandler
 
nl() - Method in interface to.etc.dbpool.IPrinter
 
nl() - Method in class to.etc.dbpool.StringPrinter
 
now() - Method in class to.etc.dbpool.info.JspPageHandler
 

O

odd() - Method in class to.etc.dbpool.info.JspPageHandler
 
onAfterCommit(Connection) - Method in interface to.etc.dbpool.IDatabaseEventListener
Called when a commit has been done and has been succesful (meaning no exception was thrown).
onAfterRollback(Connection) - Method in interface to.etc.dbpool.IDatabaseEventListener
Called when a rollback has been done and has been succesful (meaning no exception was thrown).
onBeforeRelease(Connection) - Method in interface to.etc.dbpool.IDatabaseEventListener
Called just before the connection is released back to the pool (or closed).
OracleConnectionStatisticsFactory - Class in to.etc.dbpool.info
 
OracleConnectionStatisticsFactory() - Constructor for class to.etc.dbpool.info.OracleConnectionStatisticsFactory
 
OracleDB - Class in to.etc.dbutil
 
OracleDB() - Constructor for class to.etc.dbutil.OracleDB
 
OracleDB.IPrivilegedAction - Interface in to.etc.dbutil
Action to execute as the privileged oracle user.
oracleOuterJoin() - Method in class to.etc.dbutil.BaseDB
 
oracleOuterJoin() - Method in class to.etc.dbutil.OracleDB
 
OracleStatisticsCreator - Class in to.etc.dbpool.info
This Oracle-only thing enables per-session tracing of database performance data.
OracleStatisticsCreator() - Constructor for class to.etc.dbpool.info.OracleStatisticsCreator
 
order(int) - Method in class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 

P

panic(String, String) - Method in class to.etc.dbpool.PoolManager
 
parse(String) - Static method in class to.etc.dbpool.DbPoolUtil.HostAndPort
Returns DbPoolUtil.HostAndPort for specified host:port
PerfItem - Class in to.etc.dbpool.info
This encapsulates a single stored performance metric of a given type and key.
PerfItem(String, long, String, Object) - Constructor for class to.etc.dbpool.info.PerfItem
 
PerfList - Class in to.etc.dbpool.info
Definition for some performance counter.
PerfList(String, String, boolean, int) - Constructor for class to.etc.dbpool.info.PerfList
 
PerformanceCollector - Class in to.etc.dbpool.info
 
PerformanceCollector() - Constructor for class to.etc.dbpool.info.PerformanceCollector
 
PerformanceStore - Class in to.etc.dbpool.info
Generic metrics storage class; base class both the per-thread metrics storage plus the per-session and per-startup stores.
PerformanceStore() - Constructor for class to.etc.dbpool.info.PerformanceStore
 
pool() - Method in class to.etc.dbpool.StatementProxy
 
PoolConfig - Class in to.etc.dbpool
Contains all configurable parameters for a pool that are static after it's configuration.
PoolConfig(PoolConfig.Template) - Constructor for class to.etc.dbpool.PoolConfig
 
PoolConfig.Template - Class in to.etc.dbpool
 
PoolConfigSource - Class in to.etc.dbpool
Some thingy that can retrieve pool parameters.
PoolConfigSource(File, File) - Constructor for class to.etc.dbpool.PoolConfigSource
 
PoolManager - Class in to.etc.dbpool
Root of the database pool manager code.
PoolManager() - Constructor for class to.etc.dbpool.PoolManager
 
PoolResourceFactory - Class in to.etc.dbpool
Object factory for the database pool.
PoolResourceFactory() - Constructor for class to.etc.dbpool.PoolResourceFactory
 
PoolStats - Class in to.etc.dbpool
PIT copy of pool statistics.
PostgresDB - Class in to.etc.dbutil
 
PostgresDB() - Constructor for class to.etc.dbutil.PostgresDB
 
pre(String, String) - Method in interface to.etc.dbpool.IPrinter
 
pre(String, String) - Method in class to.etc.dbpool.StringPrinter
 
prepareCall(String, int, int, int) - Method in class to.etc.dbpool.ConnectionProxy
 
prepareCall(String, int, int) - Method in class to.etc.dbpool.ConnectionProxy
 
prepareCall(String) - Method in class to.etc.dbpool.ConnectionProxy
 
PreparedStatementProxy - Class in to.etc.dbpool
Encapsulates a java.sql.PreparedStatement for NEMA purposes.
prepareStatement(String) - Method in class to.etc.dbpool.ConnectionProxy
 
prepareStatement(String, int[]) - Method in class to.etc.dbpool.ConnectionProxy
 
prepareStatement(String, int) - Method in class to.etc.dbpool.ConnectionProxy
 
prepareStatement(String, int, int) - Method in class to.etc.dbpool.ConnectionProxy
 
prepareStatement(String, int, int, int) - Method in class to.etc.dbpool.ConnectionProxy
 
prepareStatement(String, String[]) - Method in class to.etc.dbpool.ConnectionProxy
 
previous() - Method in class to.etc.dbpool.ResultSetProxy
 
printTracepoints(IPrinter, ConnectionProxy, boolean) - Static method in class to.etc.dbpool.DbPoolUtil
Print all tracepoints as a timestamp-since followed by a filtered stack trace.
PropertiesSource - Class in to.etc.dbpool
 
PropertiesSource(File, File) - Constructor for class to.etc.dbpool.PropertiesSource
 

Q

q(String) - Static method in class to.etc.dbpool.DbPoolUtil
 
queryStatementExecuted(StatementProxy, long, long, int, boolean) - Method in class to.etc.dbpool.info.StatisticsCollector
 
queryStatementExecuted(StatementProxy, long, long, int, boolean) - Method in interface to.etc.dbpool.IStatisticsListener
A query statement was executed.
queueIdle(ReplayRecord) - Method in class to.etc.dbreplay.DbReplay
 

R

readAsString(StringBuilder, Reader) - Static method in class to.etc.dbpool.DbPoolUtil
 
readByte() - Method in class to.etc.dbreplay.DbReplay
 
readInt() - Method in class to.etc.dbreplay.DbReplay
 
readLong() - Method in class to.etc.dbreplay.DbReplay
 
readString() - Method in class to.etc.dbreplay.DbReplay
 
recompileAll(Connection, String, boolean, boolean) - Static method in class to.etc.dbutil.OracleDB
Recompile all packages or only invalid packages for the specified schema.
refreshRow() - Method in class to.etc.dbpool.ResultSetProxy
 
register() - Method in class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 
register(MetricsDefinition) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
register(String, String, String, IMetricValueTranslator) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
register(String, String, IMetricValueTranslator) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
register(String, IMetricValueTranslator) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
register(int, String, String, String, IMetricValueTranslator) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
register(int, String, String, IMetricValueTranslator) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
register(int, String, IMetricValueTranslator) - Static method in class to.etc.dbpool.info.MetricsDefinition
 
registerOutParameter(int, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
registerOutParameter(String, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
registerOutParameter(String, int, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
registerOutParameter(int, int, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
registerOutParameter(int, int, String) - Method in class to.etc.dbpool.CallableStatementProxy
 
registerOutParameter(String, int, String) - Method in class to.etc.dbpool.CallableStatementProxy
 
relative(int) - Method in class to.etc.dbpool.ResultSetProxy
 
release() - Method in class to.etc.dbutil.DbLockKeeper.LockHandle
If this handle is the last/only handle for a lock the lock is released.
releaseExecutor(ReplayExecutor) - Method in class to.etc.dbreplay.DbReplay
 
releaseSavepoint(Savepoint) - Method in class to.etc.dbpool.ConnectionProxy
 
removeCommitListener(IDatabaseEventListener) - Method in class to.etc.dbpool.ConnectionProxy
Remove an earlier registered commit listener - silly usage, questionable interface.
removeListener(ConnectionPool.IPoolEvent) - Method in class to.etc.dbpool.ConnectionPool
Remove the specified listener.
removeListener(Connection, IDatabaseEventListener) - Static method in class to.etc.dbpool.PoolManager
Remove an event listener that was added before from the specified connection.
removeMessageListener(IPoolMessageHandler) - Method in class to.etc.dbpool.PoolManager
 
removeResource(Object) - Method in class to.etc.dbpool.ConnectionProxy
This removes the resource from the resource list because it was normally closed.
replaceTemplate(String) - Method in class to.etc.dbpool.info.JsTemplater
Replace all <% ..
reportSimple() - Method in class to.etc.dbpool.info.StatisticsCollector
 
requestDestroyed(ServletRequestEvent) - Method in class to.etc.dbpool.StatisticsRequestListener
At request finish, we collect all of the statistics we gathered and add them to the accounting outputs (the stores).
requestInitialized(ServletRequestEvent) - Method in class to.etc.dbpool.StatisticsRequestListener
 
ResultSetProxy - Class in to.etc.dbpool
 
rollback() - Method in class to.etc.dbpool.ConnectionProxy
 
rollback(Savepoint) - Method in class to.etc.dbpool.ConnectionProxy
 
rowDeleted() - Method in class to.etc.dbpool.ResultSetProxy
 
rowInserted() - Method in class to.etc.dbpool.ResultSetProxy
 
rowUpdated() - Method in class to.etc.dbpool.ResultSetProxy
 
runAsOtherSchemaUser(DataSource, String, DataSource, OracleDB.IPrivilegedAction) - Static method in class to.etc.dbutil.OracleDB
Execute the action passed using a connection that is logged in as the privileged user of other specified schema.
runScriptResource(Connection, Class<?>, String, StringBuilder) - Static method in class to.etc.dbutil.GenericDB
Run a script resource with some basic name.

S

saveBlob(ResultSet, int, File) - Static method in class to.etc.dbutil.GenericDB
Saves a BLOB from a resultset to a file using Oracle semantics.
saveBlob(ResultSet, String, File) - Static method in class to.etc.dbutil.GenericDB
 
saveBlob(ResultSet, int, OutputStream) - Static method in class to.etc.dbutil.GenericDB
 
saveCounters(String, List<StatementStatistics>) - Method in interface to.etc.dbpool.info.IPerformanceCollector
 
saveCounters(String, List<StatementStatistics>) - Method in class to.etc.dbpool.info.PerformanceCollector
Save the max executed statements.
saveError(String, String) - Method in class to.etc.dbpool.ConnectionPool
 
scanExpiredConnections(int, boolean) - Method in class to.etc.dbpool.ConnectionPool
This function gets called from the broker's janitor thread, OR from the purgatory handler (the thing called when all connections are used).
ScanMode - Enum in to.etc.dbpool
 
sendLogUnexpected(Exception, String) - Method in interface to.etc.dbpool.IPoolMessageHandler
 
sendLogUnexpected(Exception, String) - Method in class to.etc.dbpool.PoolManager
 
sendPanic(String, String) - Method in interface to.etc.dbpool.IPoolMessageHandler
 
sendPanic(String, String) - Method in class to.etc.dbpool.PoolManager
 
SessionStatistics - Class in to.etc.dbpool.info
Collects statistics inside a http session, for debugging purposes.
SessionStatistics(int) - Constructor for class to.etc.dbpool.info.SessionStatistics
 
SessionStatisticsEntry - Class in to.etc.dbpool.info
A single request's data as stored in the session statistics.
SessionStatisticsEntry(StatisticsCollectorBase, String, int, PerformanceStore) - Constructor for class to.etc.dbpool.info.SessionStatisticsEntry
 
setArray(int, Array) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setAsciiStream(String, InputStream, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
setAsciiStream(String, InputStream, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setAsciiStream(String, InputStream) - Method in class to.etc.dbpool.CallableStatementProxy
 
setAsciiStream(int, InputStream, int) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setAsciiStream(int, InputStream, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setAsciiStream(int, InputStream) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setAttribute(String, Object) - Method in class to.etc.dbpool.ConnectionPool
 
setAutoCommit(boolean) - Method in class to.etc.dbpool.ConnectionProxy
 
setBigDecimal(String, BigDecimal) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBigDecimal(int, BigDecimal) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBinaryLogFile(File) - Method in class to.etc.dbpool.PoolConfig.Template
 
setBinaryStream(String, InputStream, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBinaryStream(String, InputStream, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBinaryStream(String, InputStream) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBinaryStream(int, InputStream, int) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBinaryStream(int, InputStream, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBinaryStream(int, InputStream) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBlob(String, Blob) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBlob(String, InputStream, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBlob(String, InputStream) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBlob(int, Blob) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBlob(int, InputStream, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBlob(int, InputStream) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBlob(Connection, String, String, String, InputStream, int) - Method in class to.etc.dbutil.BaseDB
Writes a blob to the requested record.
setBlob(Connection, String, String, String[], Object[], InputStream, int) - Method in class to.etc.dbutil.BaseDB
 
setBlob(Connection, String, String, String, byte[][]) - Method in class to.etc.dbutil.BaseDB
 
setBlob(Connection, String, String, String, File) - Static method in class to.etc.dbutil.GenericDB
Writes a blob to the requested record.
setBlob(Connection, String, String, String, String) - Static method in class to.etc.dbutil.GenericDB
 
setBlob(Connection, String, String, String, InputStream, int) - Static method in class to.etc.dbutil.GenericDB
Writes a blob to the requested record.
setBlob(Connection, String, String, String, byte[][]) - Static method in class to.etc.dbutil.GenericDB
Writes a blob to the requested record.
setBlob(Connection, String, String, String[], Object[], InputStream, int) - Static method in class to.etc.dbutil.GenericDB
 
setBlob(Connection, String, String, String[], Object[], File) - Static method in class to.etc.dbutil.GenericDB
 
setBlob(Connection, String, String, String[], Object[], InputStream, int) - Method in class to.etc.dbutil.MysqlDB
 
setBlob(Connection, String, String, String, InputStream, int) - Method in class to.etc.dbutil.MysqlDB
Writes a blob to the requested record using the normal setBinaryStream call.
setBlob(Connection, String, String, String, InputStream, int) - Method in class to.etc.dbutil.OracleDB
 
setBlob(Connection, String, String, String, byte[][]) - Method in class to.etc.dbutil.OracleDB
 
setBlob(Connection, String, String, String[], Object[], InputStream, int) - Method in class to.etc.dbutil.OracleDB
Writes a blob to the requested record.
setBlob(Connection, String, String, String[], Object[], InputStream, int) - Method in class to.etc.dbutil.PostgresDB
 
setBlob(Connection, String, String, String, InputStream, int) - Method in class to.etc.dbutil.PostgresDB
Writes a blob to the requested record using the normal setBinaryStream call.
setBlob(Connection, String, String, String[], Object[], InputStream, int) - Method in class to.etc.dbutil.UnknownDB
 
setBlob(Connection, String, String, String, InputStream, int) - Method in class to.etc.dbutil.UnknownDB
Writes a blob to the requested record using the normal setBinaryStream call.
setBlob_old(Connection, String, String, String, InputStream, int) - Method in class to.etc.dbutil.OracleDB
Writes a blob to the requested record.
setBoolean(String, boolean) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBoolean(int, boolean) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setByte(String, byte) - Method in class to.etc.dbpool.CallableStatementProxy
 
setByte(int, byte) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setBytes(String, byte[]) - Method in class to.etc.dbpool.CallableStatementProxy
 
setBytes(int, byte[]) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setCatalog(String) - Method in class to.etc.dbpool.ConnectionProxy
 
setCharacterStream(String, Reader, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
setCharacterStream(String, Reader, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setCharacterStream(String, Reader) - Method in class to.etc.dbpool.CallableStatementProxy
 
setCharacterStream(int, Reader, int) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setCharacterStream(int, Reader, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setCharacterStream(int, Reader) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setCharSemantics(Connection, boolean) - Static method in class to.etc.dbutil.OracleDB
Set the database session to CHAR or BYTE semantics.
setCheckCloseConnections(boolean) - Method in class to.etc.dbpool.PoolManager
 
setCheckConnection(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setCheckSQL(String) - Method in class to.etc.dbpool.PoolConfig.Template
 
setClientInfo(Properties) - Method in class to.etc.dbpool.ConnectionProxy
 
setClientInfo(String, String) - Method in class to.etc.dbpool.ConnectionProxy
 
setClob(String, Clob) - Method in class to.etc.dbpool.CallableStatementProxy
 
setClob(String, Reader, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setClob(String, Reader) - Method in class to.etc.dbpool.CallableStatementProxy
 
setClob(int, Clob) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setClob(int, Reader, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setClob(int, Reader) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setClob(Connection, String, String, String, Reader) - Method in class to.etc.dbutil.BaseDB
 
setClob(Connection, String, String, String, Reader) - Static method in class to.etc.dbutil.GenericDB
 
setClob(Connection, String, String, String, String) - Static method in class to.etc.dbutil.GenericDB
 
setClob(Connection, String, String, String, Reader) - Method in class to.etc.dbutil.MysqlDB
Writes a blob to the requested record using the normal setBinaryStream call.
setClob(Connection, String, String, String, Reader) - Method in class to.etc.dbutil.OracleDB
 
setClob(Connection, String, String, String, Reader) - Method in class to.etc.dbutil.PostgresDB
Writes a blob to the requested record using the normal setBinaryStream The Postgres impl converts the data to byte[] then stores, and the set interfaces do not work of course.
setClob(Connection, String, String, String, Reader) - Method in class to.etc.dbutil.UnknownDB
Writes a blob to the requested record using the normal setBinaryStream call.
setCollectStatistics(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setCollectStatistics(boolean) - Method in class to.etc.dbpool.PoolManager
 
setCommitDisabled(boolean) - Method in class to.etc.dbpool.ConnectionPool
This enables or disables commits for connections allocated/used by this thread.
setCursorName(String) - Method in class to.etc.dbpool.StatementProxy
 
setDate(String, Date) - Method in class to.etc.dbpool.CallableStatementProxy
 
setDate(String, Date, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
setDate(int, Date) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setDate(int, Date, Calendar) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setDouble(String, double) - Method in class to.etc.dbpool.CallableStatementProxy
 
setDouble(int, double) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setDriverClassName(String) - Method in class to.etc.dbpool.PoolConfig.Template
 
setDriverPath(File) - Method in class to.etc.dbpool.PoolConfig.Template
 
setEscapeProcessing(boolean) - Method in class to.etc.dbpool.StatementProxy
 
setFetchDirection(int) - Method in class to.etc.dbpool.ResultSetProxy
 
setFetchDirection(int) - Method in class to.etc.dbpool.StatementProxy
 
setFetchSize(int) - Method in class to.etc.dbpool.ResultSetProxy
 
setFetchSize(int) - Method in class to.etc.dbpool.StatementProxy
 
setFileLogging(File) - Method in class to.etc.dbpool.ConnectionPool
 
setFloat(String, float) - Method in class to.etc.dbpool.CallableStatementProxy
 
setFloat(int, float) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setForceEncoding(String) - Static method in class to.etc.dbpool.StatisticsRequestListener
Advanced horror mode: Internet Exploder, who else, does not send the charset it encoded the parameters with in it's content type for input received.
setForceTimeout(int) - Method in class to.etc.dbpool.ConnectionPool
When set > 0, this will call setTimeout on all statements and calls.
setHoldability(int) - Method in class to.etc.dbpool.ConnectionProxy
 
setIgnoreUnclosed(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setInt(String, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
setInt(int, int) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setLogAllocation(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setLogAllocationStack(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setLoginTimeout(int) - Method in class to.etc.dbpool.DataSourceImpl
 
setLoginTimeout(int) - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
setLogResultSetLocations(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setLogStatements(boolean) - Method in class to.etc.dbpool.PoolConfig
 
setLogStatements(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setLogWriter(PrintWriter) - Method in class to.etc.dbpool.DataSourceImpl
 
setLogWriter(PrintWriter) - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
setLong(String, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setLong(int, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setLongLiving(Connection) - Static method in class to.etc.dbpool.PoolManager
Mark connection long living, for those connections which need to be opened for a long time (hanging connection check will skip this connection).
setMaxConns(int) - Method in class to.etc.dbpool.PoolConfig.Template
 
setMaxFieldSize(int) - Method in class to.etc.dbpool.StatementProxy
 
setMaxRows(int) - Method in class to.etc.dbpool.StatementProxy
 
setMinConns(int) - Method in class to.etc.dbpool.PoolConfig.Template
 
setNCharacterStream(String, Reader, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNCharacterStream(String, Reader) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNCharacterStream(int, Reader, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setNCharacterStream(int, Reader) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setNClob(String, NClob) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNClob(String, Reader, long) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNClob(String, Reader) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNClob(int, NClob) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setNClob(int, Reader, long) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setNClob(int, Reader) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setNetworkTimeout(Executor, int) - Method in class to.etc.dbpool.ConnectionProxy
 
setNoRowCount() - Method in class to.etc.dbpool.info.BatchEntry
 
setNString(String, String) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNString(int, String) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setNull(String, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNull(String, int, String) - Method in class to.etc.dbpool.CallableStatementProxy
 
setNull(int, int) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setNull(int, int, String) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setObject(String, Object, int, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
setObject(String, Object, int) - Method in class to.etc.dbpool.CallableStatementProxy
 
setObject(String, Object) - Method in class to.etc.dbpool.CallableStatementProxy
 
setObject(int, Object, int, int) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setObject(int, Object, int) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setObject(int, Object) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setPoolable(boolean) - Method in class to.etc.dbpool.StatementProxy
 
setPrintExceptions(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setPw(String) - Method in class to.etc.dbpool.PoolConfig.Template
 
setQueryTimeout(int) - Method in class to.etc.dbpool.StatementProxy
 
setReadOnly(boolean) - Method in class to.etc.dbpool.ConnectionProxy
 
setRef(int, Ref) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setRowId(String, RowId) - Method in class to.etc.dbpool.CallableStatementProxy
 
setRowId(int, RowId) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setSaveErrors(boolean) - Method in class to.etc.dbpool.ConnectionPool
 
setSavepoint(String) - Method in class to.etc.dbpool.ConnectionProxy
 
setSavepoint() - Method in class to.etc.dbpool.ConnectionProxy
 
setScanMode(ScanMode) - Method in class to.etc.dbpool.PoolConfig.Template
 
setSchema(String) - Method in class to.etc.dbpool.ConnectionProxy
 
setSessionStatistics(boolean) - Static method in class to.etc.dbpool.StatisticsRequestListener
 
setSetlog(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setShort(String, short) - Method in class to.etc.dbpool.CallableStatementProxy
 
setShort(int, short) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setSqlTraceMode(boolean) - Method in class to.etc.dbpool.PoolConfig.Template
 
setSQLXML(String, SQLXML) - Method in class to.etc.dbpool.CallableStatementProxy
 
setSQLXML(int, SQLXML) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setString(String, String) - Method in class to.etc.dbpool.CallableStatementProxy
 
setString(int, String) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setTime(String, Time) - Method in class to.etc.dbpool.CallableStatementProxy
 
setTime(String, Time, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
setTime(int, Time) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setTime(int, Time, Calendar) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setTimestamp(String, Timestamp) - Method in class to.etc.dbpool.CallableStatementProxy
 
setTimestamp(String, Timestamp, Calendar) - Method in class to.etc.dbpool.CallableStatementProxy
 
setTimestamp(int, Timestamp) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setTimestamp(int, Timestamp, Calendar) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setTransactionIsolation(int) - Method in class to.etc.dbpool.ConnectionProxy
 
setTypeMap(Map) - Method in class to.etc.dbpool.ConnectionProxy
 
setUid(String) - Method in class to.etc.dbpool.PoolConfig.Template
 
setUncloseable(boolean) - Method in class to.etc.dbpool.ConnectionProxy
Forbid a connection from being closed using the normal close() method.
setUnclosedListener(StatisticsRequestListener.UnclosedListener) - Static method in class to.etc.dbpool.StatisticsRequestListener
 
setUnicodeStream(int, InputStream, int) - Method in class to.etc.dbpool.PreparedStatementProxy
Deprecated. 
setURL(String, URL) - Method in class to.etc.dbpool.CallableStatementProxy
 
setUrl(String) - Method in class to.etc.dbpool.PoolConfig.Template
 
setURL(int, URL) - Method in class to.etc.dbpool.PreparedStatementProxy
 
setValue(double) - Method in class to.etc.dbpool.info.DbMetric
 
showGloballist() - Method in class to.etc.dbpool.info.JspPageHandler
 
showGlobalstats() - Method in class to.etc.dbpool.info.JspPageHandler
Show statistics page displaying the list of all available statistics.
showHanging() - Method in class to.etc.dbpool.info.JspPageHandler
Displays all currently hanging connections as an expandable thingerydoo
showIndex() - Method in class to.etc.dbpool.info.JspPageHandler
Root page code- show all available pools.
showSession() - Method in class to.etc.dbpool.info.JspPageHandler
Show the list of request traces in the session structure.
showSessionstat() - Method in class to.etc.dbpool.info.JspPageHandler
 
showTag(ConnectionPool, String, String) - Method in class to.etc.dbpool.info.JspPageHandler
 
showUsed() - Method in class to.etc.dbpool.info.JspPageHandler
Displays all currently used connections as an expandable thingerydoo
SpeedyReplayer - Class in to.etc.dbreplay
Replayer which tries to speed up statements by queueing them to different executors round-robin style.
SpeedyReplayer() - Constructor for class to.etc.dbreplay.SpeedyReplayer
 
ST_BATCH - Static variable in class to.etc.dbpool.StatementProxy
 
ST_CLOSE - Static variable in class to.etc.dbpool.StatementProxy
 
ST_COMMIT - Static variable in class to.etc.dbpool.StatementProxy
 
ST_EXECUTE - Static variable in class to.etc.dbpool.StatementProxy
 
ST_QUERY - Static variable in class to.etc.dbpool.StatementProxy
 
ST_ROLLBACK - Static variable in class to.etc.dbpool.StatementProxy
 
ST_UPDATE - Static variable in class to.etc.dbpool.StatementProxy
 
startCollecting(String, IStatisticsListener) - Method in class to.etc.dbpool.PoolManager
Registers a statistics collection listener for the current thread.
startConnectionStatistics(ConnectionProxy) - Method in interface to.etc.dbpool.info.IConnectionStatisticsFactory
 
startConnectionStatistics(ConnectionProxy) - Method in class to.etc.dbpool.info.OracleConnectionStatisticsFactory
 
startExecution() - Method in class to.etc.dbreplay.DbReplay
 
startExpiredConnectionScanner() - Method in class to.etc.dbpool.PoolManager
Starts the scanner if database locking security is requested.
statementPrepared(StatementProxy, long) - Method in class to.etc.dbpool.info.StatisticsCollector
 
statementPrepared(StatementProxy, long) - Method in interface to.etc.dbpool.IStatisticsListener
A statement was prepared or created.
StatementProxy - Class in to.etc.dbpool
Encapsulates a java.sql.Statement for NEMA purposes.
StatementStatistics - Class in to.etc.dbpool.info
The statistics for a single SQL statement during the request/response cycle.
StatisticsCollector - Class in to.etc.dbpool.info
This collects per-statement execution time and collects statement counts per statement.
StatisticsCollector(String, String, boolean) - Constructor for class to.etc.dbpool.info.StatisticsCollector
 
StatisticsCollectorBase - Class in to.etc.dbpool.info
Base class containing just count and overall time stuff.
StatisticsCollectorBase(String) - Constructor for class to.etc.dbpool.info.StatisticsCollectorBase
 
StatisticsCollectorBase(StatisticsCollectorBase, long) - Constructor for class to.etc.dbpool.info.StatisticsCollectorBase
Copy constructor.
StatisticsRequestListener - Class in to.etc.dbpool
This listener can be used to collect statistics for the database pool when to.etc.dbpool's pool manager is used.
StatisticsRequestListener() - Constructor for class to.etc.dbpool.StatisticsRequestListener
 
StatisticsRequestListener.UnclosedListener - Interface in to.etc.dbpool
 
statsHandler() - Method in class to.etc.dbpool.ConnectionProxy
 
STMT_START_MAGIC - Static variable in class to.etc.dbpool.ConnectionPool
 
StmtType - Enum in to.etc.dbpool
 
stopCollecting(String) - Method in class to.etc.dbpool.PoolManager
Returns the collector with the specified key.
strCommad(long) - Static method in class to.etc.dbpool.DbPoolUtil
Returns a properly formatted commad string for a number [english only].
strCountDur(long, long) - Static method in class to.etc.dbpool.DbPoolUtil
 
streamCopy(OutputStream, InputStream) - Static method in class to.etc.dbutil.BaseDB
 
StringPrinter - Class in to.etc.dbpool
 
StringPrinter() - Constructor for class to.etc.dbpool.StringPrinter
 
StringPrinter(StringBuilder) - Constructor for class to.etc.dbpool.StringPrinter
 
strMilli(long, long) - Static method in class to.etc.dbpool.DbPoolUtil
Report the delta time between a and b, as milli's.
strMillis(long) - Static method in class to.etc.dbpool.DbPoolUtil
 
strMillisOLD(long) - Static method in class to.etc.dbpool.DbPoolUtil
 
strNanoTime(long) - Static method in class to.etc.dbpool.DbPoolUtil
Return a nanotime timestamp with 2 thousands of precision max.
strNanoTime2(long) - Static method in class to.etc.dbpool.DbPoolUtil
Return a nanotime timestamp with 2 thousands of precision max.
strSize(long) - Static method in class to.etc.dbpool.DbPoolUtil
Returns a string representing some size, in bytes.
strStacktraceFiltered(Appendable, Throwable, String[], String[], int, int) - Static method in class to.etc.dbpool.DbPoolUtil
Report a filtered location stack trace, where the start of the stack trace and the end can be removed.
strStacktraceFiltered(Appendable, StackTraceElement[], String[], String[], int, int) - Static method in class to.etc.dbpool.DbPoolUtil
 
strStacktraceFiltered(StringBuilder, StackTraceElement[], int, int) - Static method in class to.etc.dbpool.DbPoolUtil
 
strStacktraceFiltered(StringBuilder, StackTraceElement[]) - Static method in class to.etc.dbpool.DbPoolUtil
 
strTime(long) - Static method in class to.etc.dbpool.DbPoolUtil
 
strTime(Date) - Static method in class to.etc.dbpool.DbPoolUtil
 
strTimeOnly(Date) - Static method in class to.etc.dbpool.DbPoolUtil
 
strToJavascriptString(StringBuilder, String, boolean) - Static method in class to.etc.dbpool.info.JsTemplater
 

T

tag(String, String...) - Method in class to.etc.dbpool.info.JspPageHandler
Generate an html tag and any optional attributes.
tagText(String, String, String...) - Method in class to.etc.dbpool.info.JspPageHandler
 
Template() - Constructor for class to.etc.dbpool.PoolConfig.Template
 
terminateAll() - Method in class to.etc.dbreplay.DbReplay
Force all executors into termination asap.
text(String) - Method in class to.etc.dbpool.info.JspPageHandler
 
text(String) - Method in interface to.etc.dbpool.IPrinter
 
text(String) - Method in class to.etc.dbpool.StringPrinter
 
TimeBasedReplayer - Class in to.etc.dbreplay
 
TimeBasedReplayer() - Constructor for class to.etc.dbreplay.TimeBasedReplayer
 
to.etc.dbpool - package to.etc.dbpool
 
to.etc.dbpool.info - package to.etc.dbpool.info
 
to.etc.dbreplay - package to.etc.dbreplay
 
to.etc.dbutil - package to.etc.dbutil
 
toString() - Method in class to.etc.dbpool.ConnectionProxy
 
toString() - Method in class to.etc.dbpool.info.DbMetric
 
toString() - Method in class to.etc.dbpool.info.MetricsDefinition
 
toString() - Method in class to.etc.dbpool.PoolConfigSource
 
Tracepoint - Class in to.etc.dbpool
This contains a stack trace location.
translate(double) - Method in interface to.etc.dbpool.info.IMetricValueTranslator
 
TranslatedMetric - Class in to.etc.dbpool.info
 
TranslatedMetric(String, String, String, String) - Constructor for class to.etc.dbpool.info.TranslatedMetric
 

U

unclosed(HttpServletRequest, List<ConnectionProxy>) - Method in interface to.etc.dbpool.StatisticsRequestListener.UnclosedListener
 
UnknownDB - Class in to.etc.dbutil
 
UnknownDB() - Constructor for class to.etc.dbutil.UnknownDB
 
UnpooledDataSourceImpl - Class in to.etc.dbpool
 
unwrap(Class<T>) - Method in class to.etc.dbpool.ConnectionProxy
 
unwrap(Class<T>) - Method in class to.etc.dbpool.DataSourceImpl
 
unwrap(Class<T>) - Method in class to.etc.dbpool.ResultSetProxy
 
unwrap(Class<T>) - Method in class to.etc.dbpool.StatementProxy
 
unwrap(Class<T>) - Method in class to.etc.dbpool.UnpooledDataSourceImpl
 
updateArray(int, Array) - Method in class to.etc.dbpool.ResultSetProxy
 
updateArray(String, Array) - Method in class to.etc.dbpool.ResultSetProxy
 
updateAsciiStream(int, InputStream, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateAsciiStream(String, InputStream, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateAsciiStream(int, InputStream, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateAsciiStream(int, InputStream) - Method in class to.etc.dbpool.ResultSetProxy
 
updateAsciiStream(String, InputStream, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateAsciiStream(String, InputStream) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBigDecimal(int, BigDecimal) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBigDecimal(String, BigDecimal) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBinaryStream(int, InputStream, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBinaryStream(String, InputStream, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBinaryStream(int, InputStream, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBinaryStream(int, InputStream) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBinaryStream(String, InputStream, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBinaryStream(String, InputStream) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBlob(int, Blob) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBlob(String, Blob) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBlob(int, InputStream, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBlob(int, InputStream) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBlob(String, InputStream, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBlob(String, InputStream) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBoolean(int, boolean) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBoolean(String, boolean) - Method in class to.etc.dbpool.ResultSetProxy
 
updateByte(int, byte) - Method in class to.etc.dbpool.ResultSetProxy
 
updateByte(String, byte) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBytes(int, byte[]) - Method in class to.etc.dbpool.ResultSetProxy
 
updateBytes(String, byte[]) - Method in class to.etc.dbpool.ResultSetProxy
 
updateCharacterStream(int, Reader, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateCharacterStream(String, Reader, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateCharacterStream(int, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateCharacterStream(int, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateCharacterStream(String, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateCharacterStream(String, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateClob(int, Clob) - Method in class to.etc.dbpool.ResultSetProxy
 
updateClob(String, Clob) - Method in class to.etc.dbpool.ResultSetProxy
 
updateClob(int, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateClob(int, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateClob(String, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateClob(String, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateDate(int, Date) - Method in class to.etc.dbpool.ResultSetProxy
 
updateDate(String, Date) - Method in class to.etc.dbpool.ResultSetProxy
 
updateDouble(int, double) - Method in class to.etc.dbpool.ResultSetProxy
 
updateDouble(String, double) - Method in class to.etc.dbpool.ResultSetProxy
 
updateFloat(int, float) - Method in class to.etc.dbpool.ResultSetProxy
 
updateFloat(String, float) - Method in class to.etc.dbpool.ResultSetProxy
 
updateInt(int, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateInt(String, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateLong(int, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateLong(String, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNCharacterStream(int, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNCharacterStream(int, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNCharacterStream(String, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNCharacterStream(String, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNClob(int, NClob) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNClob(int, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNClob(int, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNClob(String, NClob) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNClob(String, Reader, long) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNClob(String, Reader) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNString(int, String) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNString(String, String) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNull(int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateNull(String) - Method in class to.etc.dbpool.ResultSetProxy
 
updateObject(int, Object, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateObject(int, Object) - Method in class to.etc.dbpool.ResultSetProxy
 
updateObject(String, Object, int) - Method in class to.etc.dbpool.ResultSetProxy
 
updateObject(String, Object) - Method in class to.etc.dbpool.ResultSetProxy
 
updateRef(int, Ref) - Method in class to.etc.dbpool.ResultSetProxy
 
updateRef(String, Ref) - Method in class to.etc.dbpool.ResultSetProxy
 
updateRow() - Method in class to.etc.dbpool.ResultSetProxy
 
updateRowId(int, RowId) - Method in class to.etc.dbpool.ResultSetProxy
 
updateRowId(String, RowId) - Method in class to.etc.dbpool.ResultSetProxy
 
updateShort(int, short) - Method in class to.etc.dbpool.ResultSetProxy
 
updateShort(String, short) - Method in class to.etc.dbpool.ResultSetProxy
 
updateSQLXML(int, SQLXML) - Method in class to.etc.dbpool.ResultSetProxy
 
updateSQLXML(String, SQLXML) - Method in class to.etc.dbpool.ResultSetProxy
 
updateString(int, String) - Method in class to.etc.dbpool.ResultSetProxy
 
updateString(String, String) - Method in class to.etc.dbpool.ResultSetProxy
 
updateSynonyms(DataSource, String, String...) - Static method in class to.etc.dbutil.OracleDB
This method creates public synonyms for all objects in a schema (except TYPE objects).
updateTime(int, Time) - Method in class to.etc.dbpool.ResultSetProxy
 
updateTime(String, Time) - Method in class to.etc.dbpool.ResultSetProxy
 
updateTimestamp(int, Timestamp) - Method in class to.etc.dbpool.ResultSetProxy
 
updateTimestamp(String, Timestamp) - Method in class to.etc.dbpool.ResultSetProxy
 

V

valueOf(String) - Static method in enum to.etc.dbpool.ConnState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum to.etc.dbpool.DbType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum to.etc.dbpool.ScanMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum to.etc.dbpool.StmtType
Returns the enum constant of this type with the specified name.
values() - Static method in enum to.etc.dbpool.ConnState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum to.etc.dbpool.DbType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum to.etc.dbpool.ScanMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum to.etc.dbpool.StmtType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForIdle(long) - Method in class to.etc.dbreplay.DbReplay
Wait for all executors to become idle.
warning(String) - Method in interface to.etc.dbpool.IPrinter
 
warning(String) - Method in class to.etc.dbpool.StringPrinter
 
wasNull() - Method in class to.etc.dbpool.CallableStatementProxy
 
wasNull() - Method in class to.etc.dbpool.ResultSetProxy
 
wrap(SQLException) - Method in class to.etc.dbpool.PreparedStatementProxy
Override the wrapper to force better exceptions, including the sql parameters.
wrap(SQLException) - Method in class to.etc.dbpool.StatementProxy
Base code to wrap exceptions if needed to provide a better message.
write(String) - Method in class to.etc.dbpool.info.JspPageHandler
 
writeExpr(Object) - Method in class to.etc.dbpool.info.JspPageHandler
 
writeSpecial(ConnectionProxy, byte) - Method in class to.etc.dbpool.ConnectionPool
 

X

xlat(IMetricValueTranslator) - Method in class to.etc.dbpool.info.MetricsDefinition.MetricBuilder
 
XmlSource - Class in to.etc.dbpool
 
XmlSource(File, File) - Constructor for class to.etc.dbpool.XmlSource
 

_

_conn() - Method in class to.etc.dbpool.StatementProxy
 
A B C D E F G H I J L M N O P Q R S T U V W X _ 
Skip navigation links

Copyright © 2017 etc.to. All rights reserved.