public class AntiTimeDriftDataSourceWrapper extends DataSourceWrapper
| Constructor and Description |
|---|
AntiTimeDriftDataSourceWrapper(javax.sql.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
java.sql.Connection |
getConnection() |
java.sql.Connection |
getConnection(java.lang.String userName,
java.lang.String password) |
getLoginTimeout, getLogWriter, getParentLogger, getWrappedDataSource, isWrapperFor, setLoginTimeout, setLogWriter, setWrappedDataSource, unwrappublic AntiTimeDriftDataSourceWrapper(javax.sql.DataSource dataSource)
public java.sql.Connection getConnection()
throws java.sql.SQLException
getConnection in interface javax.sql.DataSourcegetConnection in class DataSourceWrapperjava.sql.SQLExceptionpublic java.sql.Connection getConnection(java.lang.String userName,
java.lang.String password)
throws java.sql.SQLException
getConnection in interface javax.sql.DataSourcegetConnection in class DataSourceWrapperjava.sql.SQLException