RDMDataSource class
Implements the DataSource  interface of java.sql.
References
For more information, reference JDBC documentation for: DataSource
Constructor
Public Methods
- getAutoCommit()
 - getConnection()
 - getConnection(String user, String password)
 - getDataSourceName()
 - getDescription()
 - getLocal()
 - getLoginTimeout()
 - getLogWriter()
 - getPortNumber()
 - getServerName()
 - getTransactionIsolation()
 - isWrapperFor(Class<?> iface)
 - setAutoCommit(boolean mode)
 - setDataSourceName(String name)
 - setDescription(String desc)
 - setLocal(boolean local)
 - setLoginTimeout(int seconds)
 - setLogWriter(PrintWriter out)
 - setPortNumber(int port)
 - setServerName(String name)
 - setTransactionIsolation(int level)
 - unwrap(Class<T> iface)