org.compass.gps.device.jdbc.datasource
Class AbstractDataSource
java.lang.Object
org.compass.gps.device.jdbc.datasource.AbstractDataSource
- All Implemented Interfaces:
- DataSource
- Direct Known Subclasses:
- DriverManagerDataSource
public abstract class AbstractDataSource
- extends Object
- implements DataSource
Abstract base class for Spring's DataSource implementations, taking care of
the "uninteresting" glue.
Taken from Spring.
- Author:
- kimchy
- See Also:
DriverManagerDataSource
Field Summary |
protected org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected final org.apache.commons.logging.Log log
AbstractDataSource
public AbstractDataSource()
getLoginTimeout
public int getLoginTimeout()
throws SQLException
- Returns 0: means use default system timeout.
- Specified by:
getLoginTimeout
in interface DataSource
- Throws:
SQLException
setLoginTimeout
public void setLoginTimeout(int timeout)
throws SQLException
- Specified by:
setLoginTimeout
in interface DataSource
- Throws:
SQLException
getLogWriter
public PrintWriter getLogWriter()
- LogWriter methods are unsupported.
- Specified by:
getLogWriter
in interface DataSource
setLogWriter
public void setLogWriter(PrintWriter pw)
throws SQLException
- LogWriter methods are unsupported.
- Specified by:
setLogWriter
in interface DataSource
- Throws:
SQLException
unwrap
public Object unwrap(Class iface)
throws SQLException
- Throws:
SQLException
isWrapperFor
public boolean isWrapperFor(Class iface)
throws SQLException
- Throws:
SQLException
Copyright (c) 2004-2009 The Compass Project.