软件包 | 描述 |
---|---|
javax.sql |
提供了对服务器端数据源的访问和处理来自
TM java编程语言的API。
|
Modifier and Type | Method and Description |
---|---|
XAConnection |
XADataSource.getXAConnection()
试图建立一个可以在分布式事务中使用的物理数据库连接。
|
XAConnection |
XADataSource.getXAConnection(String user, String password)
试图建立一个物理数据库连接,使用给定的用户名和密码。
|
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.