forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.1 KiB
5.1 KiB
javax.sql.DataSource
This section describes javax.sql.DataSource, the interface for data sources.
Method Name |
Return Type |
Support JDBC 4 |
---|---|---|
getConneciton() |
Connection |
Yes |
getConnection(String username,String password) |
Connection |
Yes |
getLoginTimeout() |
int |
Yes |
getLogWriter() |
PrintWriter |
Yes |
setLoginTimeout(int seconds) |
void |
Yes |
setLogWriter(PrintWriter out) |
void |
Yes |
Parent topic: JDBC Interface Reference