|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.utils.SqlAnalysis.SqlStatement
public class SqlAnalysis.SqlStatement
Holds details of the SqlStatement
Field Summary | |
---|---|
private long |
meanMs
Mean execution time |
private int |
occurrences
Number of times executed |
private java.lang.String |
sql
SQL Statement |
private long |
totalMs
Total execution time |
Constructor Summary | |
---|---|
SqlAnalysis.SqlStatement()
|
Method Summary | |
---|---|
long |
getMeanMs()
|
int |
getOccurrences()
|
java.lang.String |
getSql()
|
long |
getTotalMs()
|
void |
setMeanMs(long meanMs)
|
void |
setOccurrences(int occurrences)
|
void |
setSql(java.lang.String sql)
|
void |
setTotalMs(long totalMs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String sql
private int occurrences
private long totalMs
private long meanMs
Constructor Detail |
---|
public SqlAnalysis.SqlStatement()
Method Detail |
---|
public int getOccurrences()
public void setOccurrences(int occurrences)
occurrences
- the occurrences to setpublic long getMeanMs()
public void setMeanMs(long meanMs)
meanMs
- the meanMs to setpublic long getTotalMs()
public void setTotalMs(long totalMs)
totalMs
- the totalMs to setpublic java.lang.String getSql()
public void setSql(java.lang.String sql)
sql
- the sql to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |