org.kuali.common.jdbc
Class ExecutionResult

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

Deprecated.

@Deprecated
public class ExecutionResult
extends Object


Constructor Summary
ExecutionResult()
          Deprecated.  
ExecutionResult(long updateCount, long startTimeMillis, long stopTimeMillis, long statementsExecuted)
          Deprecated.  
 
Method Summary
 long getElapsed()
          Deprecated.  
 long getStartTimeMillis()
          Deprecated.  
 long getStatementsExecuted()
          Deprecated.  
 long getStopTimeMillis()
          Deprecated.  
 long getUpdateCount()
          Deprecated.  
 void setElapsed(long elapsed)
          Deprecated.  
 void setStartTimeMillis(long startTimeMillis)
          Deprecated.  
 void setStatementsExecuted(long statementsExecuted)
          Deprecated.  
 void setStopTimeMillis(long stopTimeMillis)
          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

ExecutionResult

public ExecutionResult()
Deprecated. 

ExecutionResult

public ExecutionResult(long updateCount,
                       long startTimeMillis,
                       long stopTimeMillis,
                       long statementsExecuted)
Deprecated. 
Method Detail

getUpdateCount

public long getUpdateCount()
Deprecated. 

setUpdateCount

public void setUpdateCount(long updateCount)
Deprecated. 

getStartTimeMillis

public long getStartTimeMillis()
Deprecated. 

setStartTimeMillis

public void setStartTimeMillis(long startTimeMillis)
Deprecated. 

getStopTimeMillis

public long getStopTimeMillis()
Deprecated. 

setStopTimeMillis

public void setStopTimeMillis(long stopTimeMillis)
Deprecated. 

getElapsed

public long getElapsed()
Deprecated. 

setElapsed

public void setElapsed(long elapsed)
Deprecated. 

getStatementsExecuted

public long getStatementsExecuted()
Deprecated. 

setStatementsExecuted

public void setStatementsExecuted(long statementsExecuted)
Deprecated. 


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.