org.kuali.common.jdbc
Class ExecutionStats

java.lang.Object
  extended by org.kuali.common.jdbc.ExecutionStats

Deprecated.

@Deprecated
public class ExecutionStats
extends Object


Constructor Summary
ExecutionStats()
          Deprecated.  
ExecutionStats(long updateCount, long statementCount)
          Deprecated.  
 
Method Summary
 long getStatementCount()
          Deprecated.  
 long getUpdateCount()
          Deprecated.  
 void setStatementCount(long statementCount)
          Deprecated.  
 void setUpdateCount(long updateCount)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionStats

public ExecutionStats()
Deprecated. 

ExecutionStats

public ExecutionStats(long updateCount,
                      long statementCount)
Deprecated. 
Method Detail

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.