public class OrVerwDBServiceImpl extends de.willuhn.datasource.db.EmbeddedDBServiceImpl implements OrVerwDBService
| Constructor and Description |
|---|
OrVerwDBServiceImpl()
Instantiates a new OrVerw DB service impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkConsistency()
Überprüft die Konsistenz der Datenbank und führt bei
Bedarf Updates durch.
|
protected java.sql.Connection |
getConnection() |
void |
install()
Initialisiert/erzeugt die Datenbank.
|
checkConnection, createList, createObject, execute, getAutoCommit, getInsertWithID, getJdbcDriver, getJdbcPassword, getJdbcUrl, getJdbcUsername, getName, getTransactionIsolationLevel, isStartable, isStarted, setClassFinder, setClassloader, start, stopclone, exportObject, exportObject, exportObject, unexportObjectequals, getRef, hashCode, toString, toStubfinalize, getClass, notify, notifyAll, wait, wait, waitpublic OrVerwDBServiceImpl()
throws java.rmi.RemoteException
java.rmi.RemoteException - rmi-exceptionpublic void checkConsistency()
throws java.rmi.RemoteException,
de.willuhn.util.ApplicationException
OrVerwDBServicecheckConsistency in interface OrVerwDBServicejava.rmi.RemoteException - Wenn es beim der Überprüfung zu einem Fehler kam.de.willuhn.util.ApplicationException - Wenn die Datenbank-Konsistenz nicht gew%auml;hrleistet ist.OrVerwDBService.checkConsistency()public void install()
throws java.rmi.RemoteException
OrVerwDBServiceinstall in interface OrVerwDBServicejava.rmi.RemoteException - Wenn beim Initialisieren ein Fehler auftrat.OrVerwDBService.install()protected java.sql.Connection getConnection()
throws java.rmi.RemoteException
getConnection in class de.willuhn.datasource.db.DBServiceImpljava.rmi.RemoteExceptionDBServiceImpl.getConnection()