org.melati.poem
Class StructuralModificationLogEvent
java.lang.Object
org.melati.poem.PoemLogEvent
org.melati.poem.SQLLogEvent
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.
StructuralModificationLogEvent
public StructuralModificationLogEvent(String sql)
- Constructor.
- Parameters:
sql
- the query that has been applied
toString
public String toString()
- A description.
- Overrides:
toString
in class SQLLogEvent
- See Also:
Object.toString()
Copyright © 2000-2010 PanEris. All Rights Reserved.