railo.runtime.debug
Class QueryEntryImpl

java.lang.Object
  extended by railo.runtime.debug.QueryEntryImpl
All Implemented Interfaces:
Serializable, QueryEntry, QueryEntryPro

public final class QueryEntryImpl
extends Object
implements QueryEntryPro

See Also:
Serialized Form

Constructor Summary
QueryEntryImpl(Query qry, String datasource, String name, SQL sql, int recordcount, String src, long exe)
          constructor of the class
 
Method Summary
 String getDatasource()
           
 int getExe()
           
 long getExecutionTime()
           
 String getName()
           
 Query getQry()
          return the query of this entry (can be null, if the quer has not produced a resultset)
 int getRecordcount()
           
 SQL getSQL()
           
 String getSrc()
           
 long getStartTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEntryImpl

public QueryEntryImpl(Query qry,
                      String datasource,
                      String name,
                      SQL sql,
                      int recordcount,
                      String src,
                      long exe)
constructor of the class

Parameters:
recordcount -
query -
src -
exe -
Method Detail

getQry

public Query getQry()
Description copied from interface: QueryEntry
return the query of this entry (can be null, if the quer has not produced a resultset)

Specified by:
getQry in interface QueryEntry
Returns:

getExe

public int getExe()
Specified by:
getExe in interface QueryEntry
Returns:
Returns the exe.

getExecutionTime

public long getExecutionTime()
Specified by:
getExecutionTime in interface QueryEntryPro
Returns:
return the query executionn time in nanoseconds

getSQL

public SQL getSQL()
Specified by:
getSQL in interface QueryEntry
Returns:
Returns the query.

getSrc

public String getSrc()
Specified by:
getSrc in interface QueryEntry
Returns:
Returns the src.

getName

public String getName()
Specified by:
getName in interface QueryEntry
Returns:
Returns the name.

getRecordcount

public int getRecordcount()
Specified by:
getRecordcount in interface QueryEntry
Returns:
Returns the recordcount.

getDatasource

public String getDatasource()
Specified by:
getDatasource in interface QueryEntry
Returns:
Returns the datasource.

getStartTime

public long getStartTime()


Copyright © 2012 Railo