| 程序包 | 说明 |
|---|---|
| space.yizhu.record.plugin.druid |
| 限定符和类型 | 方法和说明 |
|---|---|
DruidPlugin |
DruidPlugin.addFilter(com.alibaba.druid.filter.Filter filter)
addFilter.
|
DruidPlugin |
DruidPlugin.set(int initialSize,
int minIdle,
int maxActive)
set.
|
DruidPlugin |
DruidPlugin.setConnectionProperties(String connectionProperties)
Setter for the field
connectionProperties. |
DruidPlugin |
DruidPlugin.setDriverClass(String driverClass)
Setter for the field
driverClass. |
DruidPlugin |
DruidPlugin.setFilters(String filters)
Setter for the field
filters. |
DruidPlugin |
DruidPlugin.setInitialSize(int initialSize)
Setter for the field
initialSize. |
DruidPlugin |
DruidPlugin.setLogAbandoned(boolean logAbandoned)
Setter for the field
logAbandoned. |
DruidPlugin |
DruidPlugin.setMaxActive(int maxActive)
Setter for the field
maxActive. |
DruidPlugin |
DruidPlugin.setMaxPoolPreparedStatementPerConnectionSize(int maxPoolPreparedStatementPerConnectionSize)
Setter for the field
maxPoolPreparedStatementPerConnectionSize. |
DruidPlugin |
DruidPlugin.setMaxWait(long maxWait)
Setter for the field
maxWait. |
DruidPlugin |
DruidPlugin.setMinEvictableIdleTimeMillis(long minEvictableIdleTimeMillis)
Setter for the field
minEvictableIdleTimeMillis. |
DruidPlugin |
DruidPlugin.setMinIdle(int minIdle)
Setter for the field
minIdle. |
DruidPlugin |
DruidPlugin.setPublicKey(String publicKey)
Setter for the field
publicKey. |
DruidPlugin |
DruidPlugin.setRemoveAbandoned(boolean removeAbandoned)
Setter for the field
removeAbandoned. |
DruidPlugin |
DruidPlugin.setRemoveAbandonedTimeoutMillis(long removeAbandonedTimeoutMillis)
Setter for the field
removeAbandonedTimeoutMillis. |
DruidPlugin |
DruidPlugin.setTestOnBorrow(boolean testOnBorrow)
Setter for the field
testOnBorrow. |
DruidPlugin |
DruidPlugin.setTestOnReturn(boolean testOnReturn)
Setter for the field
testOnReturn. |
DruidPlugin |
DruidPlugin.setTestWhileIdle(boolean testWhileIdle)
Setter for the field
testWhileIdle. |
DruidPlugin |
DruidPlugin.setTimeBetweenConnectErrorMillis(long timeBetweenConnectErrorMillis)
Setter for the field
timeBetweenConnectErrorMillis. |
DruidPlugin |
DruidPlugin.setTimeBetweenEvictionRunsMillis(long timeBetweenEvictionRunsMillis)
Setter for the field
timeBetweenEvictionRunsMillis. |
DruidPlugin |
DruidPlugin.setValidationQuery(String validationQuery)
Setter for the field
validationQuery. |
Copyright © 2023. All rights reserved.