- unableToCreateMoreTransactions - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
If set to true, don't bother calling method to attempt to create
more connections because we've hit our limit.
- uncaughtException(Thread, Throwable) - 类 中的方法com.jolbox.bonecp.CustomThreadFactory
- UNCLOSED_EXCEPTION_MESSAGE - 类 中的静态变量com.jolbox.bonecp.BoneCP
-
Exception message.
- UNSAFE - 类 中的静态变量jsr166y.LinkedTransferQueue.Node
-
- UNSAFE - 类 中的静态变量jsr166y.LinkedTransferQueue
-
- unsplice(LinkedTransferQueue.Node, LinkedTransferQueue.Node) - 类 中的方法jsr166y.LinkedTransferQueue
-
Unsplices (now or later) the given deleted/cancelled node with
the given predecessor.
- unwrap(Class) - 类 中的方法com.jolbox.bonecp.BoneCPDataSource
-
Returns an object that implements the given interface to allow access to non-standard methods,
or standard methods not exposed by the proxy.
- unwrap(Class<T>) - 类 中的方法com.jolbox.bonecp.ConnectionHandle
-
- unwrap(Class<T>) - 类 中的方法com.jolbox.bonecp.StatementHandle
-
- updateCreatedConnections(int) - 类 中的方法com.jolbox.bonecp.ConnectionPartition
-
Updates leased connections statistics
- url - 类 中的变量com.jolbox.bonecp.ConnectionHandle
-
Connection url.
- url - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
DB details.
- USER - 类 中的静态变量com.jolbox.bonecp.BoneCPConfig
-
Constant.
- username - 类 中的变量com.jolbox.bonecp.BoneCPConfig
-
User name to use.
- username - 类 中的变量com.jolbox.bonecp.ConnectionPartition
-
DB details.
- username - 类 中的变量com.jolbox.bonecp.UsernamePassword
-
Handle to store a username.
- UsernamePassword - com.jolbox.bonecp中的类
-
Composite key handle for datasource.
- UsernamePassword(String, String) - 类 的构造器com.jolbox.bonecp.UsernamePassword
-
Default constructor.