|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.melati.poem.PoemLogEvent
org.melati.poem.SQLLogEvent
org.melati.poem.StructuralModificationLogEvent
public class StructuralModificationLogEvent
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(java.lang.String sql)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
A description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StructuralModificationLogEvent(java.lang.String sql)
sql - the query that has been applied| Method Detail |
|---|
public java.lang.String toString()
toString in class SQLLogEventObject.toString()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||