Uses of Interface
javax.sql.PooledConnection
-
Packages that use PooledConnection 软件包 描述 javax.sql 通过Java编程语言为服务器端数据源访问和处理提供API。 -
-
Uses of PooledConnection in javax.sql
Subinterfaces of PooledConnection in javax.sql Modifier and Type 接口 描述 interfaceXAConnection为分布式事务提供支持的对象。Methods in javax.sql that return PooledConnection Modifier and Type 方法 描述 PooledConnectionPooledConnectionBuilder. build()返回由此构建器定义的对象的实例。PooledConnectionConnectionPoolDataSource. getPooledConnection()尝试建立可用作池连接的物理数据库连接。PooledConnectionConnectionPoolDataSource. getPooledConnection(String user, String password)尝试建立可用作池连接的物理数据库连接。Constructors in javax.sql with parameters of type PooledConnection Constructor 描述 ConnectionEvent(PooledConnection con)构造一个用给定的ConnectionEvent对象初始化的PooledConnection对象。ConnectionEvent(PooledConnection con, SQLException ex)构造一个ConnectionEvent对象,该对象使用给定的PooledConnection对象和SQLException对象进行初始化。StatementEvent(PooledConnection con, PreparedStatement statement)构造一个StatementEvent与指定的PooledConnection和PreparedStatement。StatementEvent(PooledConnection con, PreparedStatement statement, SQLException exception)构造一个StatementEvent具有指定PooledConnection,PreparedStatement和SQLException
-