Package com.openindex.openestate.tool.db
Class AbstractLocalDbDriver
- java.lang.Object
-
- com.openindex.openestate.tool.db.AbstractDbDriver
-
- com.openindex.openestate.tool.db.AbstractLocalDbDriver
-
- Direct Known Subclasses:
HSqlLocalDriver
public abstract class AbstractLocalDbDriver extends AbstractDbDriver
AbstractLocalDbDriver.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description AbstractLocalDbDriver()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
setLocalLocation(File location)
Set the local directory, where the database files are stored.-
Methods inherited from class com.openindex.openestate.tool.db.AbstractDbDriver
getConnection, getConnection, getConnectionProperties, getName, getUrl, getUser, init, setUser, shutdown
-
-
-
-
Method Detail
-
setLocalLocation
public abstract void setLocalLocation(File location)
Set the local directory, where the database files are stored.- Parameters:
location
- database directory
-
-