文档首页/
数据仓库服务 GaussDB(DWS)/
更多文档/
开发指南(巴黎区域)/
教程:使用JDBC或ODBC开发/
基于JDBC开发/
JDBC接口参考/
javax.sql.DataSource
更新时间:2022-07-29 GMT+08:00
javax.sql.DataSource
javax.sql.DataSource是数据源接口。
方法名 |
返回值类型 |
支持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 |
父主题: JDBC接口参考