railo.runtime.debug
Interface QueryEntry

All Superinterfaces:
Serializable
All Known Subinterfaces:
QueryEntryPro
All Known Implementing Classes:
QueryEntryImpl

public interface QueryEntry
extends Serializable

a single query entry


Method Summary
 String getDatasource()
           
 int getExe()
           
 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()
           
 

Method Detail

getExe

int getExe()
Returns:
Returns the exe.

getSQL

SQL getSQL()
Returns:
Returns the query.

getQry

Query getQry()
return the query of this entry (can be null, if the quer has not produced a resultset)

Returns:

getSrc

String getSrc()
Returns:
Returns the src.

getName

String getName()
Returns:
Returns the name.

getRecordcount

int getRecordcount()
Returns:
Returns the recordcount.

getDatasource

String getDatasource()
Returns:
Returns the datasource.


Copyright © 2012 Railo