Uses of Interface
com.ibm.websphere.rsadapter.JDBCConnectionSpec
-
Packages that use JDBCConnectionSpec Package Description com.ibm.websphere.rsadapter -
-
Uses of JDBCConnectionSpec in com.ibm.websphere.rsadapter
Methods in com.ibm.websphere.rsadapter that return JDBCConnectionSpec Modifier and Type Method Description static JDBCConnectionSpec
WSRRAFactory. createJDBCConnectionSpec()
Creates a JDBCConnectionSpec, which allows an application to specify additional parameters, such as type map or isolation level, when requesting a connection.Methods in com.ibm.websphere.rsadapter with parameters of type JDBCConnectionSpec Modifier and Type Method Description java.sql.Connection
WSDataSource. getConnection(JDBCConnectionSpec connSpec)
Requests a connection that matches the information provided in the JDBCConnectionSpec.
-