|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.common.jdbc.ExecutionResult
@Deprecated public class ExecutionResult
| 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 |
|---|
public ExecutionResult()
public ExecutionResult(long updateCount,
long startTimeMillis,
long stopTimeMillis,
long statementsExecuted)
| Method Detail |
|---|
public long getUpdateCount()
public void setUpdateCount(long updateCount)
public long getStartTimeMillis()
public void setStartTimeMillis(long startTimeMillis)
public long getStopTimeMillis()
public void setStopTimeMillis(long stopTimeMillis)
public long getElapsed()
public void setElapsed(long elapsed)
public long getStatementsExecuted()
public void setStatementsExecuted(long statementsExecuted)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||