| java.lang.Object com.flexive.core.search.SubSelectValues
SubSelectValues | public class SubSelectValues (Code) | | Helper to store subselect values
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 256 $ |
Inner Class :public static class Item | |
SubSelectValues | public SubSelectValues(int resultSetPos, SortDirection sortDirection)(Code) | | Constructor.
Parameters: resultSetPos - the position within the resultset Parameters: sortDirection - the sort direction for this column |
addItem | public void addItem(String select, int resultSetPos, boolean isXpath)(Code) | | |
getResultSetPos | public int getResultSetPos()(Code) | | |
isMultivalue | protected boolean isMultivalue()(Code) | | Returns true if this object contains more than one select that is not the XPath.
true if this object contains more than one select that is not the XPath |
isSorted | public boolean isSorted()(Code) | | |
isSortedAscending | public boolean isSortedAscending()(Code) | | |
|
|