| java.lang.Object org.apache.log.output.db.DefaultDataSource
DefaultDataSource | public class DefaultDataSource implements DataSource(Code) | | A basic datasource that doesn't do any pooling but just wraps
around default mechanisms.
author: Peter Donald |
getLoginTimeout | public int getLoginTimeout() throws SQLException(Code) | | Gets the maximum time in seconds that this data source can wait while
attempting to connect to a database.
the login time |
setLoginTimeout | public void setLoginTimeout(int loginTimeout) throws SQLException(Code) | | Sets the maximum time in seconds that this data source will wait
while attempting to connect to a database.
Parameters: loginTimeout - the loging timeout in seconds |
|
|