Skip navigation links
A C D E F G I N O P R S T U 

A

abort(Executor) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
addBatch() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
addBatch(String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 

C

cancel() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
clearBatch() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
clearParameters() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
clearWarnings() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
clearWarnings() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
clearWarnings() - Method in class org.avaje.datasource.pool.PooledConnection
 
close() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
close() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
close() - Method in class org.avaje.datasource.pool.PooledConnection
close the connection putting it back into the connection pool.
closeBusyConnections(long) - Method in class org.avaje.datasource.pool.ConnectionPool
Close any busy connections that have not been used for some time.
closeOnCompletion() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
commit() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
commit() - Method in class org.avaje.datasource.pool.PooledConnection
 
ConnectionDelegator - Class in org.avaje.datasource.delegate
 
ConnectionDelegator(Connection) - Constructor for class org.avaje.datasource.delegate.ConnectionDelegator
 
ConnectionPool - Class in org.avaje.datasource.pool
A robust DataSource implementation.
ConnectionPool(String, DataSourceConfig) - Constructor for class org.avaje.datasource.pool.ConnectionPool
 
ConnectionPool.Status - Class in org.avaje.datasource.pool
 
createArrayOf(String, Object[]) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createBlob() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createClob() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createNClob() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createPool(String, DataSourceConfig) - Method in class org.avaje.datasource.core.Factory
 
createSQLXML() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createStatement() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createStatement(int, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createStatement(int, int, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createStatement() - Method in class org.avaje.datasource.pool.PooledConnection
Creates a wrapper ExtendedStatement so that I can get the executed sql.
createStatement(int, int) - Method in class org.avaje.datasource.pool.PooledConnection
 
createStatement(int, int, int) - Method in class org.avaje.datasource.pool.PooledConnection
 
createStruct(String, Object[]) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
createUnpooledConnection() - Method in class org.avaje.datasource.pool.ConnectionPool
Create a Connection that will not be part of the connection pool.

D

DataSourcePoolStatistics - Class in org.avaje.datasource.pool
Represents aggregated statistics collected from the DataSourcePool.
dumpBusyConnectionInformation() - Method in class org.avaje.datasource.pool.ConnectionPool
Dumps the busy connection information to the logs.

E

execute() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
execute(String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
execute(String, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
execute(String, int[]) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
execute(String, String[]) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeBatch() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeQuery() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeQuery(String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeUpdate() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeUpdate(String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeUpdate(String, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeUpdate(String, int[]) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
executeUpdate(String, String[]) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 

F

Factory - Class in org.avaje.datasource.core
Service factory implementation.
Factory() - Constructor for class org.avaje.datasource.core.Factory
 

G

getAutoCommit() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getAutoCommit() - Method in class org.avaje.datasource.pool.PooledConnection
 
getAvgMicros() - Method in class org.avaje.datasource.pool.DataSourcePoolStatistics
Return the average time connections were busy/used.
getBusy() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the current number of busy connections in the pool.
getBusyConnectionInformation() - Method in class org.avaje.datasource.pool.ConnectionPool
Returns information describing connections that are currently being used.
getCatalog() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getCatalog() - Method in class org.avaje.datasource.pool.PooledConnection
 
getClientInfo(String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getClientInfo() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getCollectionStart() - Method in class org.avaje.datasource.pool.DataSourcePoolStatistics
Return the start time this set of statistics was collected from.
getConnection() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getConnection() - Method in class org.avaje.datasource.pool.ConnectionPool
Return a pooled connection.
getConnection(String, String) - Method in class org.avaje.datasource.pool.ConnectionPool
Create an un-pooled connection with the given username and password.
getCount() - Method in class org.avaje.datasource.pool.DataSourcePoolStatistics
Return the total number of 'get connection' requests.
getDelegate() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
Return the underlying connection.
getErrorCount() - Method in class org.avaje.datasource.pool.DataSourcePoolStatistics
Return the number of SQLExceptions reported.
getFetchDirection() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getFetchSize() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getFree() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the current number of free connections in the pool.
getGeneratedKeys() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getHighWaterMark() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the high water mark of busy connections.
getHitCount() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the total number of times there was an attempt to get a connection.
getHoldability() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getHoldability() - Method in class org.avaje.datasource.pool.PooledConnection
 
getHwmMicros() - Method in class org.avaje.datasource.pool.DataSourcePoolStatistics
Return the high water mark for the duration a connection was busy/used.
getLeakTimeMinutes() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the number of minutes after which a busy connection could be considered leaked from the connection pool.
getLoginTimeout() - Method in class org.avaje.datasource.pool.ConnectionPool
Not implemented and shouldn't be used.
getLogWriter() - Method in class org.avaje.datasource.pool.ConnectionPool
Returns null.
getMaxAgeMillis() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the maximum age a connection is allowed to be before it is trimmed out of the pool.
getMaxFieldSize() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getMaxInactiveMillis() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the time after which inactive connections are trimmed.
getMaxRows() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getMaxSize() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the max size this pool can grow to.
getMaxSize() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the max pool size.
getMetaData() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getMetaData() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getMetaData() - Method in class org.avaje.datasource.pool.PooledConnection
 
getMinSize() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the min size this pool should maintain.
getMinSize() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the min pool size.
getMoreResults() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getMoreResults(int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getName() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the dataSource name.
getNetworkTimeout() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getParameterMetaData() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getParentLogger() - Method in class org.avaje.datasource.pool.ConnectionPool
 
getPstmtCacheSize() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the preparedStatement cache size.
getQueryTimeout() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getResultSet() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getResultSetConcurrency() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getResultSetHoldability() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getResultSetType() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getSchema() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getStatistics(boolean) - Method in class org.avaje.datasource.pool.ConnectionPool
Return the aggregated load statistics collected on all the connections in the pool.
getStatus(boolean) - Method in class org.avaje.datasource.pool.ConnectionPool
Return the current status of the connection pool.
getStatus(boolean) - Method in class org.avaje.datasource.pool.PooledConnectionQueue
 
getTotalMicros() - Method in class org.avaje.datasource.pool.DataSourcePoolStatistics
Return the aggregate time connections were busy/used.
getTransactionIsolation() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getTransactionIsolation() - Method in class org.avaje.datasource.pool.PooledConnection
 
getTypeMap() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getTypeMap() - Method in class org.avaje.datasource.pool.PooledConnection
 
getUpdateCount() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getWaitCount() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the total number of times a thread had to wait.
getWaiting() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
Return the current number of threads waiting for a connection.
getWaitTimeoutMillis() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the time in millis that threads will wait when the pool has hit the max size.
getWarnings() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
getWarnings() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
getWarnings() - Method in class org.avaje.datasource.pool.PooledConnection
 
getWarningSize() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the warning size.

I

isAutoCommit() - Method in class org.avaje.datasource.pool.ConnectionPool
Return the default autoCommit setting Connections in this pool will use.
isCaptureStackTrace() - Method in class org.avaje.datasource.pool.ConnectionPool
Return true if the connection pool is currently capturing the StackTrace when connections are 'got' from the pool.
isClosed() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
isClosed() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
isClosed() - Method in class org.avaje.datasource.pool.PooledConnection
 
isCloseOnCompletion() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
isDataSourceUp() - Method in class org.avaje.datasource.pool.ConnectionPool
Returns false when the dataSource is down.
isPoolable() - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
isReadOnly() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
isReadOnly() - Method in class org.avaje.datasource.pool.PooledConnection
 
isValid(int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
isWrapperFor(Class<?>) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
isWrapperFor(Class<?>) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
isWrapperFor(Class<?>) - Method in class org.avaje.datasource.pool.ConnectionPool
Returns false.

N

nativeSQL(String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
nativeSQL(String) - Method in class org.avaje.datasource.pool.PooledConnection
 

O

org.avaje.datasource.core - package org.avaje.datasource.core
 
org.avaje.datasource.delegate - package org.avaje.datasource.delegate
 
org.avaje.datasource.pool - package org.avaje.datasource.pool
Enhanced JDBC objects and connection pool.

P

PooledConnection - Class in org.avaje.datasource.pool
Is a connection that belongs to a DataSourcePool.
PooledConnection(ConnectionPool, int, Connection) - Constructor for class org.avaje.datasource.pool.PooledConnection
Construct the connection that can refer back to the pool it belongs to.
PooledConnectionQueue - Class in org.avaje.datasource.pool
 
prepareCall(String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareCall(String, int, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareCall(String, int, int, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareCall(String) - Method in class org.avaje.datasource.pool.PooledConnection
 
prepareCall(String, int, int) - Method in class org.avaje.datasource.pool.PooledConnection
 
prepareCall(String, int, int, int) - Method in class org.avaje.datasource.pool.PooledConnection
 
PreparedStatementDelegator - Class in org.avaje.datasource.delegate
 
PreparedStatementDelegator(PreparedStatement) - Constructor for class org.avaje.datasource.delegate.PreparedStatementDelegator
 
prepareStatement(String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareStatement(String, int, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareStatement(String, int, int, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareStatement(String, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareStatement(String, int[]) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareStatement(String, String[]) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
prepareStatement(String, int) - Method in class org.avaje.datasource.pool.PooledConnection
This will try to use a cache of PreparedStatements.
prepareStatement(String) - Method in class org.avaje.datasource.pool.PooledConnection
This will try to use a cache of PreparedStatements.
prepareStatement(String, int, int) - Method in class org.avaje.datasource.pool.PooledConnection
 
prepareStatement(String, int, int, int) - Method in class org.avaje.datasource.pool.PooledConnection
 
prepareStatement(String, int[]) - Method in class org.avaje.datasource.pool.PooledConnection
 
prepareStatement(String, String[]) - Method in class org.avaje.datasource.pool.PooledConnection
 

R

releaseSavepoint(Savepoint) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
releaseSavepoint(Savepoint) - Method in class org.avaje.datasource.pool.PooledConnection
 
reset() - Method in class org.avaje.datasource.pool.ConnectionPool
Close all the connections in the pool.
reset(long) - Method in class org.avaje.datasource.pool.PooledConnectionQueue
Close all the connections in the pool and any current busy connections when they are returned.
rollback() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
rollback(Savepoint) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
rollback() - Method in class org.avaje.datasource.pool.PooledConnection
 
rollback(Savepoint) - Method in class org.avaje.datasource.pool.PooledConnection
 

S

setArray(int, Array) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setAsciiStream(int, InputStream, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setAsciiStream(int, InputStream, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setAsciiStream(int, InputStream) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setAutoCommit(boolean) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setAutoCommit(boolean) - Method in class org.avaje.datasource.pool.PooledConnection
 
setBigDecimal(int, BigDecimal) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBinaryStream(int, InputStream, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBinaryStream(int, InputStream, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBinaryStream(int, InputStream) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBlob(int, Blob) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBlob(int, InputStream, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBlob(int, InputStream) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBoolean(int, boolean) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setByte(int, byte) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setBytes(int, byte[]) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setCaptureStackTrace(boolean) - Method in class org.avaje.datasource.pool.ConnectionPool
Set this to true means that the StackElements are captured every time a connection is retrieved from the pool.
setCatalog(String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setCatalog(String) - Method in class org.avaje.datasource.pool.PooledConnection
 
setCharacterStream(int, Reader, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setCharacterStream(int, Reader, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setCharacterStream(int, Reader) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setClientInfo(String, String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setClientInfo(Properties) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setClob(int, Clob) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setClob(int, Reader, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setClob(int, Reader) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setCursorName(String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setDate(int, Date) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setDate(int, Date, Calendar) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setDouble(int, double) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setEscapeProcessing(boolean) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setFetchDirection(int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setFetchSize(int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setFloat(int, float) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setHoldability(int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setHoldability(int) - Method in class org.avaje.datasource.pool.PooledConnection
 
setInt(int, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setLeakTimeMinutes(long) - Method in class org.avaje.datasource.pool.ConnectionPool
For detecting and closing leaked connections.
setLoginTimeout(int) - Method in class org.avaje.datasource.pool.ConnectionPool
Not implemented and shouldn't be used.
setLogWriter(PrintWriter) - Method in class org.avaje.datasource.pool.ConnectionPool
Not implemented.
setLong(int, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setLongRunning(boolean) - Method in class org.avaje.datasource.pool.PooledConnection
Set this to true if the connection is a long running connection and should skip the 'suspected connection pool leak' checking.
setMaxFieldSize(int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setMaxRows(int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setMaxSize(int) - Method in class org.avaje.datasource.pool.ConnectionPool
Set a new maximum size.
setMinSize(int) - Method in class org.avaje.datasource.pool.ConnectionPool
Set the min size this pool should maintain.
setNCharacterStream(int, Reader, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setNCharacterStream(int, Reader) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setNClob(int, NClob) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setNClob(int, Reader, long) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setNClob(int, Reader) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setNetworkTimeout(Executor, int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setNString(int, String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setNull(int, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setNull(int, int, String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setObject(int, Object, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setObject(int, Object) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setObject(int, Object, int, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setPoolable(boolean) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setPstmtCacheSize(int) - Method in class org.avaje.datasource.pool.ConnectionPool
Set the preparedStatement cache size.
setQueryTimeout(int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setReadOnly(boolean) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setReadOnly(boolean) - Method in class org.avaje.datasource.pool.PooledConnection
Also note the read only status needs to be reset when put back into the pool.
setRef(int, Ref) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setRowId(int, RowId) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setSavepoint() - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setSavepoint(String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setSavepoint() - Method in class org.avaje.datasource.pool.PooledConnection
 
setSavepoint(String) - Method in class org.avaje.datasource.pool.PooledConnection
 
setSchema(String) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setShort(int, short) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setSQLXML(int, SQLXML) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setString(int, String) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setTime(int, Time) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setTime(int, Time, Calendar) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setTimestamp(int, Timestamp) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setTransactionIsolation(int) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setTransactionIsolation(int) - Method in class org.avaje.datasource.pool.PooledConnection
Also note the Isolation level needs to be reset when put back into the pool.
setTypeMap(Map<String, Class<?>>) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
setTypeMap(Map<String, Class<?>>) - Method in class org.avaje.datasource.pool.PooledConnection
 
setUnicodeStream(int, InputStream, int) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setURL(int, URL) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
setWarningSize(int) - Method in class org.avaje.datasource.pool.ConnectionPool
Set a new maximum size.
shutdown(boolean) - Method in class org.avaje.datasource.pool.ConnectionPool
This will close all the free connections, and then go into a wait loop, waiting for the busy connections to be freed.
shutdown() - Method in class org.avaje.datasource.pool.PooledConnectionQueue
 

T

testAlert() - Method in class org.avaje.datasource.pool.ConnectionPool
Send a message to the DataSourceAlertListener to test it.
toString() - Method in class org.avaje.datasource.pool.ConnectionPool.Status
 
toString() - Method in class org.avaje.datasource.pool.DataSourcePoolStatistics
 
toString() - Method in class org.avaje.datasource.pool.PooledConnection
 
toString() - Method in class org.avaje.datasource.pool.PooledConnectionQueue
 
trim(long, long) - Method in class org.avaje.datasource.pool.PooledConnectionQueue
 

U

unwrap(Class<T>) - Method in class org.avaje.datasource.delegate.ConnectionDelegator
 
unwrap(Class<T>) - Method in class org.avaje.datasource.delegate.PreparedStatementDelegator
 
unwrap(Class<T>) - Method in class org.avaje.datasource.pool.ConnectionPool
Not Implemented.
A C D E F G I N O P R S T U 
Skip navigation links

Copyright © 2018. All rights reserved.