public class QueryCount extends Object
| Constructor and Description |
|---|
QueryCount() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCallable() |
int |
getDelete() |
int |
getFailure() |
int |
getInsert() |
int |
getOther() |
int |
getPrepared() |
int |
getSelect() |
int |
getStatement() |
int |
getSuccess() |
long |
getTime() |
int |
getTotal() |
int |
getUpdate() |
void |
increment(QueryType queryType) |
void |
increment(StatementType statementType) |
void |
incrementCallable() |
void |
incrementDelete() |
void |
incrementFailure() |
void |
incrementInsert() |
void |
incrementOther() |
void |
incrementPrepared() |
void |
incrementSelect() |
void |
incrementStatement() |
void |
incrementSuccess() |
void |
incrementTime(long delta) |
void |
incrementTotal() |
void |
incrementUpdate() |
void |
setCallable(int callable) |
void |
setDelete(int delete) |
void |
setFailure(int failure) |
void |
setInsert(int insert) |
void |
setOther(int other) |
void |
setPrepared(int prepared) |
void |
setSelect(int select) |
void |
setStatement(int statement) |
void |
setSuccess(int success) |
void |
setTime(long time) |
void |
setTotal(int total) |
void |
setUpdate(int update) |
public void increment(QueryType queryType)
public void increment(StatementType statementType)
public void incrementSelect()
public void incrementInsert()
public void incrementUpdate()
public void incrementDelete()
public void incrementOther()
public void incrementStatement()
public void incrementPrepared()
public void incrementCallable()
public void incrementTotal()
public void incrementSuccess()
public void incrementFailure()
public void incrementTime(long delta)
public int getSelect()
public void setSelect(int select)
public int getInsert()
public void setInsert(int insert)
public int getUpdate()
public void setUpdate(int update)
public int getDelete()
public void setDelete(int delete)
public int getOther()
public void setOther(int other)
public int getStatement()
public void setStatement(int statement)
public int getPrepared()
public void setPrepared(int prepared)
public int getCallable()
public void setCallable(int callable)
public int getTotal()
public void setTotal(int total)
public int getSuccess()
public void setSuccess(int success)
public int getFailure()
public void setFailure(int failure)
public long getTime()
public void setTime(long time)
Copyright © 2015. All rights reserved.