org.melati.poem
Class SQLLogEvent

Package class diagram package SQLLogEvent
java.lang.Object
  extended by org.melati.poem.PoemLogEvent
      extended by org.melati.poem.SQLLogEvent
Direct Known Subclasses:
StructuralModificationLogEvent

public class SQLLogEvent
extends PoemLogEvent

A record of any executed SQL statement.


Field Summary
 String sql
          The raw SQL.
 
Constructor Summary
SQLLogEvent(String sql)
          Constructor.
 
Method Summary
 String toString()
          A description.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sql

public String sql
The raw SQL.

Constructor Detail

SQLLogEvent

public SQLLogEvent(String sql)
Constructor.

Method Detail

toString

public String toString()
A description.

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2000-2010 PanEris. All Rights Reserved.