org.kuali.common.jdbc
Class ExecutionStats
java.lang.Object
org.kuali.common.jdbc.ExecutionStats
Deprecated.
@Deprecated
public class ExecutionStats
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionStats
public ExecutionStats()
- Deprecated.
ExecutionStats
public ExecutionStats(long updateCount,
long statementCount)
- Deprecated.
getUpdateCount
public long getUpdateCount()
- Deprecated.
setUpdateCount
public void setUpdateCount(long updateCount)
- Deprecated.
getStatementCount
public long getStatementCount()
- Deprecated.
setStatementCount
public void setStatementCount(long statementCount)
- Deprecated.
Copyright © 2010-2014 The Kuali Foundation. All Rights Reserved.