|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jivesoftware.base.database.ProfiledConnectionEntry
public class ProfiledConnectionEntry
Simple class for tracking profiling stats for individual SQL queries.
Field Summary | |
---|---|
int |
count
Number of times the query has been executed. |
java.lang.String |
sql
The SQL query. |
int |
totalTime
The total time spent executing the query (in milliseconds). |
Constructor Summary | |
---|---|
ProfiledConnectionEntry(java.lang.String sql)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String sql
public int count
public int totalTime
Constructor Detail |
---|
public ProfiledConnectionEntry(java.lang.String sql)
|
Jive Forums Project Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |