| net.sf.hajdbc.Database
clean | public void clean()(Code) | | |
connect | public Connection connect(D connectionFactory) throws SQLException(Code) | | Connects to the database using the specified connection factory.
Parameters: connectionFactory - a factory object for creating connections a database connection throws: SQLException - if connection fails |
createConnectionFactory | public D createConnectionFactory()(Code) | | Factory method for creating a connection factory object for this database.
a connection factory object throws: IllegalArgumentException - if connection factory could not be created |
isDirty | public boolean isDirty()(Code) | | |
|
|