✓
public abstract interface DataSource
extends java.sql.Wrapper, javax.sql.CommonDataSource
Methods
- ✓public default java.sql.ConnectionBuilder createConnectionBuilder() throws java.sql.SQLException
- ✓public abstract java.sql.Connection getConnection() throws java.sql.SQLException
- ✓public abstract java.sql.Connection getConnection(java.lang.String arg0, java.lang.String arg1) throws java.sql.SQLException
- ✓public abstract java.io.PrintWriter getLogWriter() throws java.sql.SQLException
- ✓public abstract int getLoginTimeout() throws java.sql.SQLException
- ✓public abstract void setLogWriter(java.io.PrintWriter arg0) throws java.sql.SQLException
- ✓public abstract void setLoginTimeout(int arg0) throws java.sql.SQLException