|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjodd.db.profile.SqlProfileData
Holder for profile data. Objects of this class are sent to callback object.
SqlUtilProfiler
Constructor Summary | |
SqlProfileData()
|
Method Summary | |
long |
getDuration()
Returns query duration in ms. |
long |
getQueryTime()
Returns milliseconds of the moment just before query was executed. |
java.lang.String |
getSqlQuery()
Returns sql query that was executed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SqlProfileData()
Method Detail |
public long getQueryTime()
public long getDuration()
public java.lang.String getSqlQuery()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |