org.kuali.common.jdbc.model
Class ExecutionResult
java.lang.Object
org.kuali.common.jdbc.model.ExecutionResult
public final class ExecutionResult
- extends Object
|
Constructor Summary |
ExecutionResult(long updateCount,
long startTimeMillis,
long stopTimeMillis,
long statementsExecuted)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionResult
public ExecutionResult(long updateCount,
long startTimeMillis,
long stopTimeMillis,
long statementsExecuted)
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.