DBSupport, java.io.SerializableDBSupportH2Impl, DBSupportMySqlImpl, DBSupportPostgreSQLImplpublic abstract class AbstractDBSupportImpl extends java.lang.Object implements DBSupport
| Constructor | Description |
|---|---|
AbstractDBSupportImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkConnection(java.sql.Connection conn) |
Prueft die Datenbankverbindung.
|
void |
execute(java.sql.Connection conn,
java.io.File sqlScript) |
Fuehrt ein SQL-Update-Script auf der Datenbank aus.
|
int |
getTransactionIsolationLevel() |
Liefert das Transaction-Isolation-Level.
|
getInsertWithID, getJdbcDriver, getJdbcPassword, getJdbcUrl, getJdbcUsername, getScriptPrefix, getSQLTimestamppublic void execute(java.sql.Connection conn,
java.io.File sqlScript)
throws java.rmi.RemoteException
DBSupportexecute in interface DBSupportconn - die Datenbank-Connection.sqlScript - das SQL-Script.java.rmi.RemoteExceptionDBSupport.execute(java.sql.Connection, java.io.File)public int getTransactionIsolationLevel()
throws java.rmi.RemoteException
DBSupportgetTransactionIsolationLevel in interface DBSupportjava.rmi.RemoteExceptionDBSupport.getTransactionIsolationLevel()public void checkConnection(java.sql.Connection conn)
throws java.rmi.RemoteException
DBSupportcheckConnection in interface DBSupportconn - die Datenbank-Connection.java.rmi.RemoteException - Wenn die Verbindung defekt ist und vom DB-Service neu erzeugt werden muss.DBSupport.checkConnection(java.sql.Connection)