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 JDBCConnectionSpecWSRRAFactory. 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.ConnectionWSDataSource. getConnection(JDBCConnectionSpec connSpec)Requests a connection that matches the information provided in the JDBCConnectionSpec.
-