public class DataSourceImpl extends Object implements DataSource
Constructor and Description |
---|
DataSourceImpl(DataSource ds) |
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection() |
Connection |
getConnection(String user,
String pass) |
DataSourceDef |
getDataSourceDef() |
int |
getLoginTimeout() |
PrintWriter |
getLogWriter() |
Logger |
getParentLogger() |
boolean |
isDisabled() |
boolean |
isWrapperFor(Class<?> iface) |
void |
remove() |
void |
setDataSourceDef(DataSourceDef dsDef) |
void |
setLoginTimeout(int timeout) |
void |
setLogWriter(PrintWriter pw) |
<T> T |
unwrap(Class<T> iface) |
public DataSourceImpl(DataSource ds)
public Connection getConnection() throws SQLException
getConnection
in interface DataSource
SQLException
public Connection getConnection(String user, String pass) throws SQLException
getConnection
in interface DataSource
SQLException
public DataSourceDef getDataSourceDef()
public PrintWriter getLogWriter() throws SQLException
getLogWriter
in interface CommonDataSource
SQLException
public int getLoginTimeout() throws SQLException
getLoginTimeout
in interface CommonDataSource
SQLException
public boolean isDisabled()
public void remove() throws SQLException
SQLException
public void setDataSourceDef(DataSourceDef dsDef)
public void setLogWriter(PrintWriter pw) throws SQLException
setLogWriter
in interface CommonDataSource
SQLException
public void setLoginTimeout(int timeout) throws SQLException
setLoginTimeout
in interface CommonDataSource
SQLException
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap
in interface Wrapper
SQLException
public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor
in interface Wrapper
SQLException
public Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger
in interface CommonDataSource
SQLFeatureNotSupportedException
Copyright © 2015 Lucee