railo.runtime.debug
Class QueryEntryImpl
java.lang.Object
railo.runtime.debug.QueryEntryImpl
- All Implemented Interfaces:
- QueryEntry
public final class QueryEntryImpl
- extends Object
- implements QueryEntry
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
-
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