railo.runtime.debug
Class QueryEntryImpl
java.lang.Object
railo.runtime.debug.QueryEntryImpl
- All Implemented Interfaces:
- Serializable, QueryEntry, QueryEntryPro
public final class QueryEntryImpl
- extends Object
- implements QueryEntryPro
- See Also:
- Serialized Form
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
-
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