org.kuali.common.jdbc.model
Class ExecutionResult

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

public final class ExecutionResult
extends Object


Constructor Summary
ExecutionResult(long updateCount, long startTimeMillis, long stopTimeMillis, long statementsExecuted)
           
 
Method Summary
 long getElapsed()
           
 long getStartTimeMillis()
           
 long getStatementsExecuted()
           
 long getStopTimeMillis()
           
 long getUpdateCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionResult

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

getUpdateCount

public long getUpdateCount()

getStartTimeMillis

public long getStartTimeMillis()

getStopTimeMillis

public long getStopTimeMillis()

getElapsed

public long getElapsed()

getStatementsExecuted

public long getStatementsExecuted()


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