javax.sql
public interface DataSource
Since: 1.4
| Method Summary | |
|---|---|
| Connection | getConnection() |
| Connection | getConnection(String username, String password) |
| int | getLoginTimeout() |
| PrintWriter | getLogWriter() |
| void | setLoginTimeout(int seconds) |
| void | setLogWriter(PrintWriter out) |
Since: 1.4
Since: 1.4
Since: 1.4
Since: 1.4
Since: 1.4
Since: 1.4