org.apache.derby.impl.tools.dblook
Class DB_Trigger

java.lang.Object
  extended byorg.apache.derby.impl.tools.dblook.DB_Trigger

public class DB_Trigger
extends java.lang.Object


Constructor Summary
DB_Trigger()
           
 
Method Summary
private static java.lang.String createTrigger(java.lang.String trigName, java.lang.String tableName, java.sql.ResultSet aTrig)
           
static void doTriggers(java.sql.Connection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DB_Trigger

public DB_Trigger()
Method Detail

doTriggers

public static void doTriggers(java.sql.Connection conn)
                       throws java.sql.SQLException
Throws:
java.sql.SQLException

createTrigger

private static java.lang.String createTrigger(java.lang.String trigName,
                                              java.lang.String tableName,
                                              java.sql.ResultSet aTrig)
                                       throws java.sql.SQLException
Throws:
java.sql.SQLException


Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.