railo.runtime.debug
Interface QueryEntry

All Known Implementing Classes:
QueryEntryImpl

public interface QueryEntry

a single query entry


Method Summary
 String getDatasource()
           
 int getExe()
           
 String getName()
           
 int getRecordcount()
           
 SQL getSQL()
           
 String getSrc()
           
 

Method Detail

getExe

int getExe()
Returns:
Returns the exe.

getSQL

SQL getSQL()
Returns:
Returns the query.

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