| java.lang.Object com.flexive.shared.search.FxEmptyResultSet
FxEmptyResultSet | final public class FxEmptyResultSet implements FxResultSet,Serializable(Code) | | An empty FxResultSet to be used when an exception is thrown but a result set is still needed
to render a user interface.
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
FxEmptyResultSet | public FxEmptyResultSet()(Code) | | |
collectColumn | public List<T> collectColumn(int columnIndex)(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | |
getCreatedBriefcaseId | public long getCreatedBriefcaseId()(Code) | | |
getCreationTime | public long getCreationTime()(Code) | | |
getDbSearchTime | public int getDbSearchTime()(Code) | | |
getFetchTime | public int getFetchTime()(Code) | | |
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) | | |
isTruncated | public boolean isTruncated()(Code) | | |
|
|