Multiple getConnection calls in one global transaction or LTC will return connection handles with different physical connections.
在一个全局事务或LTC 中的多个getConnection调用将返回包含不同物理连接的连接句柄。
This access implies that every call of getConnection returns a connection handle whose physical connection is solely for the requesting user.
此访问隐含每次调用getConnection 都返回一个连接句柄,该连接句柄的物理连接单独用于请求用户。
The setShutdownDatabase method is called with the string "shutdown", and then a call to getConnection is required to actually perform the shutdown.
使用字符串“shutdown”来调用setShutdownDatabase方法,然后需要调用getConnection 来执行关闭操作。
As I noted earlier, I don't want to rely on the getConnection method of the statement because it could refer to a wrapped connection for which I don't have metadata.
正如前面提示过的,我不想依赖这条语句的getConnection方法,因为它会引用一个包装过的连接,而我没有这个连接的元数据。
When an application's resource authentication setting is set to Application, you can acquire the connections by either getConnection() or getConnection(String userid, String password).
当应用程序的资源认证设置被设置为Application 时,您可以通过getConnection()或 getConnection(Stringuserid, Stringpassword) 来获取连接。
When an application's resource authentication setting is set to Application, you can acquire the connections by either getConnection() or getConnection(String userid, String password).
当应用程序的资源认证设置被设置为Application 时,您可以通过getConnection()或 getConnection(Stringuserid, Stringpassword) 来获取连接。
应用推荐