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

G

get(String) - 接口 中的方法com.jolbox.bonecp.IStatementCache
Retrieves the cached statement identified by the given key
get(String, int, int, int) - 接口 中的方法com.jolbox.bonecp.IStatementCache
Retrieves the cached statement identified by the given key
get(String, int, int) - 接口 中的方法com.jolbox.bonecp.IStatementCache
Retrieves the cached statement identified by the given key
get(String, int) - 接口 中的方法com.jolbox.bonecp.IStatementCache
Retrieves the cached statement identified by the given key
get(String, int[]) - 接口 中的方法com.jolbox.bonecp.IStatementCache
Retrieves the cached statement identified by the given key
get(String, String[]) - 接口 中的方法com.jolbox.bonecp.IStatementCache
Retrieves the cached statement identified by the given key
get(String) - 类 中的方法com.jolbox.bonecp.StatementCache
Retrieves the cached statement identified by the given key
get(String, int, int, int) - 类 中的方法com.jolbox.bonecp.StatementCache
 
get(String, int, int) - 类 中的方法com.jolbox.bonecp.StatementCache
 
get(String, int) - 类 中的方法com.jolbox.bonecp.StatementCache
 
get(String, int[]) - 类 中的方法com.jolbox.bonecp.StatementCache
 
get(String, String[]) - 类 中的方法com.jolbox.bonecp.StatementCache
 
getAcquireIncrement() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets the acquireIncrement property.
getAcquireIncrement() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets the acquireIncrement property.
getAcquireIncrement() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getAcquireRetryAttempts() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
After attempting to acquire a connection and failing, try to connect these many times before giving up.
getAcquireRetryAttempts() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
After attempting to acquire a connection and failing, try to connect these many times before giving up.
getAcquireRetryAttempts() - 类 中的方法com.jolbox.bonecp.hooks.AcquireFailConfig
Returns the acquireRetryAttemps.
getAcquireRetryDelay() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getAcquireRetryDelay(TimeUnit) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the acquireRetryDelay setting with the specified granularity.
getAcquireRetryDelay() - 类 中的方法com.jolbox.bonecp.hooks.AcquireFailConfig
getAcquireRetryDelayInMs() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the number of ms to wait before attempting to obtain a connection again after a failure.
getAcquireRetryDelayInMs() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the number of ms to wait before attempting to obtain a connection again after a failure.
getAcquireRetryDelayInMs() - 类 中的方法com.jolbox.bonecp.hooks.AcquireFailConfig
Getter for acquireRetryDelay.
getArgs() - 类 中的方法com.jolbox.bonecp.ReplayLog
 
getArray(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getArray(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getAsyncConnection() - 类 中的方法com.jolbox.bonecp.BoneCP
Obtain a connection asynchronously by queueing a request to obtain a connection in a separate thread.
getAutoCommit() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getAvailableConnections() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
Returns the number of avail connections
getBigDecimal(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getBigDecimal(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getBigDecimal(int, int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
已过时。
getBlob(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getBlob(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getBoolean(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getBoolean(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getByte(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getByte(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getBytes(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getBytes(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getCacheHitRatio() - 类 中的方法com.jolbox.bonecp.Statistics
 
getCacheHitRatio() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the cache hit ratio calculated as hits/(hits+misses).
getCacheHits() - 类 中的方法com.jolbox.bonecp.Statistics
 
getCacheHits() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the cacheHits field.
getCacheMiss() - 类 中的方法com.jolbox.bonecp.Statistics
 
getCacheMiss() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the cacheMiss field.
getCatalog() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getCharacterStream(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getCharacterStream(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getClassLoader() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the currently active classloader.
getClientInfo() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getClientInfo(String) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getClob(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getClob(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getCloseConnectionWatchTimeout() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
getCloseConnectionWatchTimeout(TimeUnit) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the closeConnectionWatchTimeout with the specified granularity.
getCloseConnectionWatchTimeoutInMs() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the no of ms to wait when close connection watch threads are enabled. 0 = wait forever.
getCloseConnectionWatchTimeoutInMs() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the no of ms to wait when close connection watch threads are enabled. 0 = wait forever.
getConfig() - 类 中的方法com.jolbox.bonecp.BoneCP
Gets config object.
getConfig() - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
Returns a configuration object built during initialization of the connection pool.
getConfigFile() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the configFile field.
getConfigFile() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the configFile field.
getConnection() - 类 中的方法com.jolbox.bonecp.BoneCP
Returns a free connection.
getConnection() - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
getConnection(String, String) - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
getConnection() - 类 中的方法com.jolbox.bonecp.StatementHandle
getConnectionCreationTime() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
已过时。
getConnectionCreationTimeInMs() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns the connectionCreationTime field.
getConnectionHook() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the connection hook class.
getConnectionHook() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the connection hook class.
getConnectionHook() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns the configured connection hook object.
getConnectionHookClassName() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the connection hook class name as passed via the setter
getConnectionHookClassName() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the connection hook class name as passed via the setter
getConnectionLastReset() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
已过时。
getConnectionLastResetInMs() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getConnectionLastUsed() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
getConnectionLastUsedInMs() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getConnectionsPendingRelease() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
Gets handle to a release connection handle queue.
getConnectionsRequested() - 类 中的方法com.jolbox.bonecp.Statistics
 
getConnectionsRequested() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the connectionsRequested field.
getConnectionTestStatement() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets connectionTestStatement
getConnectionTestStatement() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets connectionTestStatement
getConnectionTimeout() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getConnectionTimeout(TimeUnit) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the connectionTimeout with the specified granularity.
getConnectionTimeoutInMs() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the maximum time (in milliseconds) to wait before a call to getConnection is timed out.
getConnectionTimeoutInMs() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the maximum time (in milliseconds) to wait before a call to getConnection is timed out.
getConnectionWaitTimeAvg() - 类 中的方法com.jolbox.bonecp.Statistics
 
getConnectionWaitTimeAvg() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Return the average time it takes for a getConnection request to be services (in ms).
getCreatedConnections() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getCumulativeConnectionWaitTime() - 类 中的方法com.jolbox.bonecp.Statistics
 
getCumulativeConnectionWaitTime() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the total time that the application waited in order to obtain its connections (in ms).
getCumulativeStatementExecutionTime() - 类 中的方法com.jolbox.bonecp.Statistics
 
getCumulativeStatementExecutionTime() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the time taken for the prepared statements to execute (in ms).
getCumulativeStatementPrepareTime() - 类 中的方法com.jolbox.bonecp.Statistics
 
getCumulativeStatementPrepareTime() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the time taken to prepare statements (or obtain from cache) (in ms).
getDatasourceBean() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the bean being used to return a connection.
getDate(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getDate(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getDate(int, Calendar) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getDate(String, Calendar) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getDebugHandle() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns a debug handle as previously set by an application
getDebugHandle() - 类 中的方法com.jolbox.bonecp.hooks.AcquireFailConfig
Returns a reference to an opaque debug handle.
getDebugHandle() - 类 中的方法com.jolbox.bonecp.StatementHandle
Returns the debugHandle field.
getDefaultAutoCommit() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the defaultAutoCommit field.
getDefaultCatalog() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the defaultCatalog field.
getDefaultReadOnly() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the defaultReadOnly field.
getDefaultTransactionIsolation() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the defaultTransactionIsolation field.
getDefaultTransactionIsolationValue() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the defaultTransactionIsolationValue field.
getDouble(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getDouble(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getDriverClass() - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
Gets driver class set in config.
getDriverProperties() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the currently configured driver properties.
getFetchDirection() - 类 中的方法com.jolbox.bonecp.StatementHandle
getFetchSize() - 类 中的方法com.jolbox.bonecp.StatementHandle
getFinalizableRefQueue() - 类 中的方法com.jolbox.bonecp.BoneCP
Watch for connections that should have been safely closed but the application forgot.
getFinalizableRefs() - 类 中的方法com.jolbox.bonecp.BoneCP
Return the finalizable refs handle.
getFloat(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getFloat(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getFreeConnections() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getGeneratedKeys() - 类 中的方法com.jolbox.bonecp.StatementHandle
getHoldability() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getIdleConnectionTestPeriod() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getIdleConnectionTestPeriod(TimeUnit) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the idleConnectionTestPeriod with the specified granularity.
getIdleConnectionTestPeriodInMinutes() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets the currently set idleConnectionTestPeriodInMinutes.
getIdleConnectionTestPeriodInMinutes() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets the currently set idleConnectionTestPeriodInMinutes.
getIdleMaxAge() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getIdleMaxAge(TimeUnit) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the idleMaxAge with the specified granularity.
getIdleMaxAgeInMinutes() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the idleMaxAge currently set.
getIdleMaxAgeInMinutes() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets idleMaxAge (time in min).
getInitSQL() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the initSQL parameter.
getInitSQL() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the initSQL parameter.
getInt(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getInt(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getInternalCallableStatement() - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
Returns the callable statement that this wrapper wraps.
getInternalConnection() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns the internal connection as obtained via the JDBC driver.
getInternalPreparedStatement() - 类 中的方法com.jolbox.bonecp.PreparedStatementHandle
Returns the wrapped internal statement.
getInternalStatement() - 类 中的方法com.jolbox.bonecp.StatementHandle
Returns the statement being wrapped around by this wrapper.
getJdbcUrl() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets the configured JDBC URL
getJdbcUrl() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets the configured JDBC URL
getLoginTimeout() - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLogMessage() - 类 中的方法com.jolbox.bonecp.hooks.AcquireFailConfig
Returns a message that shows the origin of the problem.
getLogWriter() - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
Retrieves the log writer for this DataSource object.
getLong(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getLong(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getMaxConnectionAge() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getMaxConnectionAge(TimeUnit) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the maxConnectionAge with the specified granularity.
getMaxConnectionAgeInSeconds() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the maxConnectionAge field in seconds
getMaxConnectionAgeInSeconds() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the maxConnectionAge field.
getMaxConnections() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getMaxConnectionsPerPartition() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets the maximum number of connections that will be contained in every partition.
getMaxConnectionsPerPartition() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets the maximum number of connections that will be contained in every partition.
getMaxFieldSize() - 类 中的方法com.jolbox.bonecp.StatementHandle
getMaxRows() - 类 中的方法com.jolbox.bonecp.StatementHandle
getMetaData() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getMetaData() - 类 中的方法com.jolbox.bonecp.PreparedStatementHandle
getMethod() - 类 中的方法com.jolbox.bonecp.ReplayLog
 
getMinConnections() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getMinConnectionsPerPartition() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets the minimum number of connections that will be contained in every partition.
getMinConnectionsPerPartition() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets the minimum number of connections that will be contained in every partition.
getMoreResults() - 类 中的方法com.jolbox.bonecp.StatementHandle
getMoreResults(int) - 类 中的方法com.jolbox.bonecp.StatementHandle
getNCharacterStream(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getNCharacterStream(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getNClob(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getNClob(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getNString(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getNString(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getObject(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getObject(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getObject(int, Map<String, Class<?>>) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getObject(String, Map<String, Class<?>>) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
 
getOpenStackTrace() - 类 中的方法com.jolbox.bonecp.StatementHandle
Returns the stack trace where this statement was first opened.
getOriginatingPartition() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Gets the partition this came from.
getParameterMetaData() - 类 中的方法com.jolbox.bonecp.PreparedStatementHandle
getPartitionCount() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets the number of currently defined partitions.
getPartitionCount() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets the number of currently defined partitions.
getPassword() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets password to use for connections
getPassword() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getPassword() - 类 中的方法com.jolbox.bonecp.UsernamePassword
Returns the password field.
getPool() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns a handle to the global pool from where this connection was obtained.
getPoolAvailabilityThreshold() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the pool watch connection threshold value.
getPoolAvailabilityThreshold() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the pool watch connection threshold value.
getPoolName() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the name of the pool for JMX and thread names.
getPoolName() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the name of the pool for JMX and thread names.
getPoolWatchThreadSignalQueue() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
Returns a handle to the poolWatchThreadSignalQueue
getPreparedStatementCacheSize() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getPreparedStatementsCacheSize() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getProxyTarget() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
This method will be intercepted by the proxy if it is enabled to return the internal target.
getQueryExecuteTimeLimit() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
getQueryExecuteTimeLimit(TimeUnit) - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the queryExecuteTimeLimit setting with the specified granularity.
getQueryExecuteTimeLimitInMs() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Return the query execute time limit.
getQueryExecuteTimeLimitInMs() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Return the query execute time limit in ms.
getQueryExecuteTimeLimitinNanoSeconds() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
Store the unit translation here to avoid recalculating it in the constructor of StatementHandle.
getQueryTimeout() - 类 中的方法com.jolbox.bonecp.StatementHandle
getRawConnection() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
已过时。
getRef(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getRef(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getReleaseHelper() - 类 中的方法com.jolbox.bonecp.BoneCP
 
getReleaseHelperThreads() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets number of release-connection helper threads to create per partition.
getReleaseHelperThreads() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets number of release-connection helper threads to create per partition.
getRemainingCapacity() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
Returns no of free slots.
getReplaceTarget() - 类 中的方法com.jolbox.bonecp.proxy.TransactionRecoveryResult
Getter for map.
getReplayLog() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns transaction history log
getResult() - 类 中的方法com.jolbox.bonecp.proxy.TransactionRecoveryResult
Getter for result.
getResultSet() - 类 中的方法com.jolbox.bonecp.StatementHandle
getResultSetConcurrency() - 类 中的方法com.jolbox.bonecp.StatementHandle
getResultSetHoldability() - 类 中的方法com.jolbox.bonecp.StatementHandle
getResultSetType() - 类 中的方法com.jolbox.bonecp.StatementHandle
getRowId(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getRowId(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getServiceOrder() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the serviceOrder field.
getServiceOrder() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the serviceOrder field.
getShort(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getShort(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getSQLXML(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getSQLXML(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
 
getStatementCacheSize() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getStatementCloseHelperExecutor() - 类 中的方法com.jolbox.bonecp.BoneCP
Returns the statementCloseHelper field.
getStatementExecuteTimeAvg() - 类 中的方法com.jolbox.bonecp.Statistics
 
getStatementExecuteTimeAvg() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Return the average execution time for prepared statements to execute (in ms).
getStatementPrepareTimeAvg() - 类 中的方法com.jolbox.bonecp.Statistics
 
getStatementPrepareTimeAvg() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Return the statement prepare time average (in ms).
getStatementReleaseHelperThreads() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Returns the statementHelperThreads field.
getStatementReleaseHelperThreads() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Returns the statementHelperThreads field.
getStatementsCached() - 类 中的方法com.jolbox.bonecp.Statistics
 
getStatementsCached() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the number of statements that have been cached.
getStatementsCachedPerConnection() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
已过时。
getStatementsCachedPerConnection() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets no of statements cached per connection.
getStatementsCacheSize() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets statementsCacheSize setting.
getStatementsCacheSize() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets statementsCacheSize setting.
getStatementsExecuted() - 类 中的方法com.jolbox.bonecp.Statistics
 
getStatementsExecuted() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the number of statements that have been executed.
getStatementsPendingRelease() - 类 中的方法com.jolbox.bonecp.BoneCP
Returns the statementsPendingRelease field.
getStatementsPrepared() - 类 中的方法com.jolbox.bonecp.Statistics
 
getStatementsPrepared() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Returns the number of statements prepared.
getStatistics() - 类 中的方法com.jolbox.bonecp.BoneCP
Returns a reference to the statistics class.
getString(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getString(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTarget() - 类 中的方法com.jolbox.bonecp.ReplayLog
 
getThreadUsingConnection() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns the thread that is currently utilizing this connection.
getThreadWatch() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
Returns the thread watching over this connection.
getTime(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTime(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTime(int, Calendar) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTime(String, Calendar) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTimestamp(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTimestamp(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTimestamp(int, Calendar) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTimestamp(String, Calendar) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getTotalCreatedConnections() - 类 中的方法com.jolbox.bonecp.BoneCP
Return total number of connections created in all partitions.
getTotalCreatedConnections() - 类 中的方法com.jolbox.bonecp.Statistics
 
getTotalCreatedConnections() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Return total number of connections created in all partitions.
getTotalFree() - 类 中的方法com.jolbox.bonecp.BoneCP
Return the number of free connections available to an application right away (excluding connections that can be created dynamically)
getTotalFree() - 类 中的方法com.jolbox.bonecp.Statistics
 
getTotalFree() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Return the number of free connections available to an application right away (excluding connections that can be created dynamically)
getTotalLeased() - 类 中的方法com.jolbox.bonecp.BoneCP
Return total number of connections currently in use by an application
getTotalLeased() - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
Returns the total leased connections.
getTotalLeased() - 类 中的方法com.jolbox.bonecp.Statistics
 
getTotalLeased() - 接口 中的方法com.jolbox.bonecp.StatisticsMBean
Return total number of connections currently in use by an application
getTransactionIsolation() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getTypeMap() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getUnsafe() - 类 中的静态方法jsr166y.LinkedTransferQueue
Returns a sun.misc.Unsafe.
getUpdateCount() - 类 中的方法com.jolbox.bonecp.StatementHandle
getURL(int) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getURL(String) - 类 中的方法com.jolbox.bonecp.CallableStatementHandle
getUrl() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getUsername() - 类 中的方法com.jolbox.bonecp.BoneCPConfig
Gets username to use for the connections.
getUsername() - 接口 中的方法com.jolbox.bonecp.BoneCPConfigMBean
Gets username to use for the connections.
getUsername() - 类 中的方法com.jolbox.bonecp.ConnectionPartition
 
getUsername() - 类 中的方法com.jolbox.bonecp.UsernamePassword
Returns the username field.
getWaitingConsumerCount() - 类 中的方法com.jolbox.bonecp.LIFOQueue
 
getWaitingConsumerCount() - 类 中的方法jsr166y.LinkedTransferQueue
 
getWaitingConsumerCount() - 接口 中的方法jsr166y.TransferQueue
Returns an estimate of the number of consumers waiting to receive elements via BlockingQueue.take() or timed poll.
getWarnings() - 类 中的方法com.jolbox.bonecp.ConnectionHandle
 
getWarnings() - 类 中的方法com.jolbox.bonecp.StatementHandle
A B C D E F G H I J K L M N O P Q R S T U V W X