软件包 | 描述 |
---|---|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
Modifier and Type | Interface and Description |
---|---|
interface |
XAConnection
为分布式事务提供支持的对象。
|
Modifier and Type | Method and Description |
---|---|
PooledConnection |
ConnectionPoolDataSource.getPooledConnection()
试图建立一个可用于作为合并连接的物理数据库连接。
|
PooledConnection |
ConnectionPoolDataSource.getPooledConnection(String user, String password)
试图建立一个可用于作为合并连接的物理数据库连接。
|
Constructor and Description |
---|
ConnectionEvent(PooledConnection con)
构建了一个
ConnectionEvent 对象与给定的
PooledConnection 对象初始化。
|
ConnectionEvent(PooledConnection con, SQLException ex)
构建了一个
ConnectionEvent 对象初始化与给定的
PooledConnection 对象和
SQLException 对象。
|
StatementEvent(PooledConnection con, PreparedStatement statement)
构建了一个具有指定
PooledConnection 和
PreparedStatement
StatementEvent 。
|
StatementEvent(PooledConnection con, PreparedStatement statement, SQLException exception)
构建了一个具有指定
PooledConnection
StatementEvent ,
PreparedStatement 和
SQLException
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.