CommonDataSource

Interface CommonDataSource

All Known Subinterfaces:
ConnectionPoolDataSource, DataSource, XADataSource
public interface CommonDataSource

Interface that defines the methods which are common between DataSource, XADataSource and ConnectionPoolDataSource.

Methods

getLogWriter

PrintWriter getLogWriter()
                  throws SQLException

Retrieves the log writer for this DataSource object.

The log writer is a character output stream to which all logging and tracing messages for this data source will be printed. This includes me