| Druid | DBCP | C3P0 | JBoss | Weblogic | BonCP | 數據庫用戶名稱 | Username | Username | User | user-name | | | 數據庫密碼 | Password | Password | Password | password | | | 驅動名稱 | DriverClassName | DriverClassName | DriverClass | driver-class | DriverName | | JDBC連接串 | Url | Url | JdbcUrl | connection-url | Url | | JDBC連接屬性 | Properties | Properties | Properties | connection-property | Properties | | 初始化大小 | InitialSize | InitialSize | InitialPoolSize | | Initial Capacity | | 連接池最小空閑 | MinIdle | MinIdle | MinPoolSize | min-pool-size | | | 連接池最大空閑 | MaxIdle | MaxIdle | MaxPoolSize | max-pool-size | | | 連接池最大使用連接數量 | MaxActive | MaxActive | | | MaximumCapacity | | 最小逐出時間 | MinEvictableIdleTimeMillis | MinEvictableIdleTimeMillis | | | | | 最多等待線程 | MaxWaitThreadCount | MaxWaitThreadCount | | | HighestNumWaiters | | 連接池增長步長 | | | AcquireIncrement | | CapacityIncrement | | 獲取連接時測試是否有效 | TestOnBorrow | TestOnBorrow | TestConnectionOnCheckout | | | | 歸還連接時是否測試有效 | TestOnReturn | TestOnReturn | TestConnectionOnCheckin | | TestConnectionsOnReserve | | 測試有效用的SQL Query | ValidationQuery | ValidationQuery | PreferredTestQuery | | | | 測試有效的超時時間 | ValidationQueryTimeout | ValidationQueryTimeout | | | | | 連接初始化SQL | ConnectionInitSqls | ConnectionInitSqls | | | InitSQL | | 連接最大存活實現 | | | MaxConnectionAge | | | | 連接泄漏的超時時間 | RemoveAbandonedTimeout | RemoveAbandonedTimeout | UnreturnedConnectionTimeout | | | | 關閉泄漏的連接時打印堆棧信息 | LogAbandoned | LogAbandoned | DebugUnreturnedConnectionStackTraces | | | | 逐出連接的檢測時間間隔 | TimeBetweenEvictionRunsMillis | TimeBetweenEvictionRunsMillis | | | ShrinkFrequencySeconds | | Statement緩存算法 | | | | | StatementCacheType | | Statement緩存大小 | | | | | StatementCacheSize | | | | | | | TestTableName | | | | | | | SecondsToTrustAnIdlePoolConnection | | | | | | | ConnectionCreationRetryFrequencySeconds | | | | | | | LoginDelaySeconds | | | | | | | Profile Connection Usage | | | | | | | Profile Connection Reservation Wait | | | | | | | Profile Connection Leak | | | | | | | Profile Connection Reservation Failed | | | | | | | Profile Statement Cache Entry | | | | | | | Profile Statement Usage | | | | | | | Profile Connection Last Usage | | | | | | | Profile Connection Multithreaded Usage | | | | | | | Profile Harvest Frequency Seconds | | 連接池擴展 | Filters | | | | DriverInterceptor | | | | | | | CredentialMappingEnabled | | | | | | | InactiveConnectionTimeoutSeconds | | | | | | | ConnectionReserveTimeoutSeconds | | | QueryTimeout | | | | StatementTimeout | | 連接池關閉時對正在使用連接的處理方式 | | | | | IgnoreInUseConnectionsEnabled | | 把連接放到ThreadLocal中 | | | | | PinnedToThread | | 關閉“贓”連接(調用過getVendorConnection方法) | | | | | RemoveInfectedConnections | |
|