org.melati.poem
Class StructuralModificationLogEvent

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

public class StructuralModificationLogEvent
extends SQLLogEvent

A record of a structural change to the underlying DBMS. For example the creation of a table or the addition of a column.


Field Summary
 
Fields inherited from class org.melati.poem.SQLLogEvent
sql
 
Constructor Summary
StructuralModificationLogEvent(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
 

Constructor Detail

StructuralModificationLogEvent

public StructuralModificationLogEvent(String sql)
Constructor.

Parameters:
sql - the query that has been applied
Method Detail

toString

public String toString()
A description.

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


Copyright © 2000-2010 PanEris. All Rights Reserved.