org.javalite.activejdbc.statistics
Class QueryExecutionEvent

java.lang.Object
  extended by org.javalite.activejdbc.statistics.QueryExecutionEvent

public class QueryExecutionEvent
extends Object

Author:
Igor Polevoy

Constructor Summary
QueryExecutionEvent(String query, long time)
           
 
Method Summary
 String getQuery()
           
 long getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionEvent

public QueryExecutionEvent(String query,
                           long time)
Method Detail

getQuery

public String getQuery()

getTime

public long getTime()


Copyright © 2015 JavaLite. All rights reserved.