javax.sql.DataSource methods supported

A DataSource object is a factory for connections to the physical data source that this DataSource object represents.

The following table list which methods are supported by the IMS Universal JDBC driver and the IMS Universal JCA/JDBC driver for the DataSource interface.

Table 1. IMS Universal JDBC driver and IMS Universal JCA/JDBC driver support for DataSource
JDBC method IMS Universal JDBC driver and IMS Universal JCA/JDBC driver support
getConnection() Yes
getConnection(String username, String password) Yes
getLoginTimeout() Yes
getLogWriter() Yes
setLoginTimeout(int seconds) Yes
setLogWriter(PrintWriter out) Yes