public interface ConnGetter
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
ConnGetter.DsConnGetter |
static class |
ConnGetter.JdbcConnGetter |
java.sql.Connection getConn()
throws java.sql.SQLException
DataSource object
represents.java.sql.SQLException - if a database access error occursjava.sql.SQLTimeoutException - when the driver has determined that the timeout value
specified by the setLoginTimeout method has been exceeded and has at least tried to
cancel the current database connection attemptCopyright © 2021. All rights reserved.