public class DelegatingDataSource extends Object implements DataSource, Closeable
equals
and
hashCode
methods pass through to the base underlying data store.Constructor and Description |
---|
DelegatingDataSource(DataSource ds)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
appendInfo(StringBuffer buf) |
void |
close() |
boolean |
equals(Object other) |
Connection |
getConnection() |
Connection |
getConnection(String user,
String pass) |
DataSource |
getDelegate()
Return the wrapped data source.
|
DataSource |
getInnermostDelegate()
Return the inner-most wrapped delegate.
|
int |
getLoginTimeout() |
PrintWriter |
getLogWriter() |
Logger |
getParentLogger() |
int |
hashCode() |
boolean |
isWrapperFor(Class iface) |
void |
setLoginTimeout(int timeout) |
void |
setLogWriter(PrintWriter out) |
String |
toString() |
Object |
unwrap(Class iface) |
public DelegatingDataSource(DataSource ds)
public DataSource getDelegate()
public DataSource getInnermostDelegate()
protected void appendInfo(StringBuffer buf)
public PrintWriter getLogWriter() throws SQLException
getLogWriter
in interface CommonDataSource
SQLException
public void setLogWriter(PrintWriter out) throws SQLException
setLogWriter
in interface CommonDataSource
SQLException
public int getLoginTimeout() throws SQLException
getLoginTimeout
in interface CommonDataSource
SQLException
public void setLoginTimeout(int timeout) throws SQLException
setLoginTimeout
in interface CommonDataSource
SQLException
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 void close() throws Exception
public boolean isWrapperFor(Class iface)
isWrapperFor
in interface Wrapper
public Logger getParentLogger() throws SQLFeatureNotSupportedException
getParentLogger
in interface CommonDataSource
SQLFeatureNotSupportedException
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.