All Known Implementing Classes:
DataSource, ConnectionPoolDataSource, XADataSource
DataSource,
XADataSource and ConnectionPoolDataSource.
| Method from javax.sql.CommonDataSource Summary: |
|---|
| getLogWriter, getLoginTimeout, setLogWriter, setLoginTimeout |
| Method from javax.sql.CommonDataSource Detail: |
|---|
Retrieves the log writer for this The log writer is a character output stream to which all logging
and tracing messages for this data source will be
printed. This includes messages printed by the methods of this
object, messages printed by methods of other objects manufactured
by this object, and so on. Messages printed to a data source
specific log writer are not printed to the log writer associated
with the |
DataSource object is created, the login timeout is
initially zero. |
Sets the log writer for this The log writer is a character output stream to which all logging
and tracing messages for this data source will be
printed. This includes messages printed by the methods of this
object, messages printed by methods of other objects manufactured
by this object, and so on. Messages printed to a data source-
specific log writer are not printed to the log writer associated
with the |
Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database. A value of zero
specifies that the timeout is the default system timeout
if there is one; otherwise, it specifies that there is no timeout.
When a |