- 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
-
- 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
-