com.agimatec.database
Class DeleteHistoryTriggers

java.lang.Object
  extended by com.agimatec.database.AbstractDbTool
      extended by com.agimatec.database.DeleteHistoryTriggers
All Implemented Interfaces:
MigrationToolAware

public class DeleteHistoryTriggers
extends AbstractDbTool

Description: Löscht alle functions und triggers aus der datenbank, die - nach Namenskonvention - fuer Historisierung zustaendig sind.
User: roman.stumm
Date: 09.11.2007
Time: 15:54:36


Field Summary
protected static org.slf4j.Logger log
           
 
Fields inherited from class com.agimatec.database.AbstractDbTool
connection, dataFile, jdbcConnection
 
Constructor Summary
DeleteHistoryTriggers()
           
 
Method Summary
 void execute()
           
static void main(String[] args)
           
 
Methods inherited from class com.agimatec.database.AbstractDbTool
connectDbUnit, connectJdbc, connectJdbc, disconnect, getConnection, getDataFile, getJdbcConnection, setConnection, setDataFile, setJdbcConnection, setMigrationTool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.slf4j.Logger log
Constructor Detail

DeleteHistoryTriggers

public DeleteHistoryTriggers()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

execute

public void execute()
             throws IOException,
                    SQLException
Throws:
IOException
SQLException


Copyright © 2008-2015. All Rights Reserved.