| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.syrup.sql.Functions
org.syrup.sql.LoggingFunctions
Utility functions to log Syrup Events using JDBC.
| Constructor Summary | |
| LoggingFunctions(SQLImpl sqlImpl)Constructor for the LoggingFunctions object | |
| Method Summary | |
| protected  void | log(java.lang.String key,
    int event,
    SyrupConnection con)Logs important Syrup Events by executing SQL statements over a Connection. | 
| Methods inherited from class org.syrup.sql.Functions | 
| sqlImpl | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public LoggingFunctions(SQLImpl sqlImpl)
sqlImpl - The SQLImpl that is held by the Function instance.| Method Detail | 
protected void log(java.lang.String key,
                   int event,
                   SyrupConnection con)
            throws java.lang.Exception
key - The PTask the Event relates to.event - The Syrup Event to be logged.con - The SyrupConnection over which SQL statements are executed.
java.lang.Exception| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||