public interface DataSource
| Modifier and Type | Method and Description |
|---|---|
java.sql.Connection |
getConnection() |
java.sql.Connection |
getConnection(java.lang.String username,
java.lang.String password) |
int |
getLoginTimeout() |
java.io.PrintWriter |
getLogWriter() |
void |
setLoginTimeout(int seconds) |
void |
setLogWriter(java.io.PrintWriter out) |
java.sql.Connection getConnection() throws java.sql.SQLException
java.sql.SQLExceptionjava.sql.Connection getConnection(java.lang.String username, java.lang.String password) throws java.sql.SQLException
java.sql.SQLExceptionjava.io.PrintWriter getLogWriter() throws java.sql.SQLException
java.sql.SQLExceptionvoid setLogWriter(java.io.PrintWriter out) throws java.sql.SQLException
java.sql.SQLExceptionvoid setLoginTimeout(int seconds) throws java.sql.SQLException
java.sql.SQLExceptionint getLoginTimeout() throws java.sql.SQLException
java.sql.SQLException