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