public class SqlEvent extends GenericEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqlEvent.Listener |
GenericEvent.Source| Constructor and Description |
|---|
SqlEvent(boolean isPrepared,
java.lang.String sql) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSql() |
boolean |
isPrepared() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic java.lang.String getSql()
public boolean isPrepared()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.