org.kuali.common.jdbc.model.event
Class SqlEvent

java.lang.Object
  extended by org.kuali.common.jdbc.model.event.SqlEvent

public final class SqlEvent
extends Object


Constructor Summary
SqlEvent(String sql, int updateCount, long startTimeMillis, long stopTimeMillis)
           
SqlEvent(String sql, long startTimeMillis)
           
SqlEvent(String sql, long startTimeMillis, long stopTimeMillis)
           
 
Method Summary
 String getSql()
           
 long getStartTimeMillis()
           
 long getStopTimeMillis()
           
 int getUpdateCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.