org.kuali.common.jdbc.model.event
Class SqlEvent
java.lang.Object
org.kuali.common.jdbc.model.event.SqlEvent
public final class SqlEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlEvent
public SqlEvent(String sql,
long startTimeMillis)
SqlEvent
public SqlEvent(String sql,
long startTimeMillis,
long stopTimeMillis)
SqlEvent
public SqlEvent(String sql,
int updateCount,
long startTimeMillis,
long stopTimeMillis)
getSql
public String getSql()
getStartTimeMillis
public long getStartTimeMillis()
getStopTimeMillis
public long getStopTimeMillis()
getUpdateCount
public int getUpdateCount()
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.