railo.runtime.debug
Class QueryEntryImpl

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

public final class QueryEntryImpl
extends Object
implements QueryEntry


Constructor Summary
QueryEntryImpl(Query qry, String datasource, String name, SQL sql, int recordcount, String src, int exe)
          constructor of the class
 
Method Summary
 String getDatasource()
           
 int getExe()
           
 String getName()
           
 Query getQry()
          FUTURE add to interface
 int getRecordcount()
           
 SQL getSQL()
           
 String getSrc()
           
 
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,
                      int exe)
constructor of the class

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

getQry

public Query getQry()
FUTURE add to interface

Returns:
the qry

getExe

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

getSQL

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

getSrc

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

getName

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

getRecordcount

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

getDatasource

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


Copyright © 2012 Railo