| java.lang.Object com.flexive.core.search.FxResultSetImpl
FxResultSetImpl | public class FxResultSetImpl implements Serializable,FxResultSet(Code) | | FxResultSet implementation
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 256 $ |
Constructor Summary | |
protected | FxResultSetImpl(ResultLocation location, ResultViewType viewType) | protected | FxResultSetImpl(FxStatement fx_stmt, int parserExecutionTime, int dbSearchTime, int startIndex, int maxFetchRows, ResultLocation location, ResultViewType viewType, List<FxFoundType> types, long typeId, long createdBriefcaseId) |
collectColumn | public List<T> collectColumn(int columnIndex)(Code) | |
|
getColumnCount | public int getColumnCount()(Code) | | *
|
getColumnIndex | public int getColumnIndex(String name)(Code) | | *
|
getCreatedBriefcaseId | public long getCreatedBriefcaseId()(Code) | | |
getCreationTime | public long getCreationTime()(Code) | | *
|
getDbSearchTime | public int getDbSearchTime()(Code) | | Returns the time needed to find all matching records in the database.
the time needed to find all matching records in the database |
getFetchTime | public int getFetchTime()(Code) | | Returns the time needed to find fetch the matching records from the database.
the time needed to find fetch the matching records from the database |
getMaxFetchRows | public int getMaxFetchRows()(Code) | | *
|
getParserExecutionTime | public int getParserExecutionTime()(Code) | | *
|
getRowCount | public int getRowCount()(Code) | | *
|
getStartIndex | public int getStartIndex()(Code) | | *
|
getTotalRowCount | public int getTotalRowCount()(Code) | | *
|
getTotalTime | public int getTotalTime()(Code) | | Returns the total time spent for the search.
This time includes the parse time, search time, fetch time and additional
programm logic time.
the total time spent for the search |
isTruncated | public boolean isTruncated()(Code) | | *
|
setFetchTime | protected void setFetchTime(int fetchTime)(Code) | | |
setTotalRowCount | protected void setTotalRowCount(int totalRowCount)(Code) | | |
setTotalTime | protected void setTotalTime(int executeQueryTime)(Code) | | |
setTruncated | protected void setTruncated(boolean truncated)(Code) | | |
|
|