oracle.dss.util
Class CubicSortInfo
java.lang.Object
oracle.dss.util.SortInfo
oracle.dss.util.CubicSortInfo
- All Implemented Interfaces:
- oracle.dss.util.parameters.ParameterUser
- Direct Known Subclasses:
- QDRSliceSortInfo
public abstract class CubicSortInfo
- extends SortInfo
Constructor Summary |
CubicSortInfo(int edge,
int direction,
boolean nullsFirst,
boolean grouped)
Set up a cubic sort |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_nullsFirst
protected boolean m_nullsFirst
m_grouped
protected boolean m_grouped
m_edge
protected int m_edge
CubicSortInfo
public CubicSortInfo(int edge,
int direction,
boolean nullsFirst,
boolean grouped)
- Set up a cubic sort
- Parameters:
edge
- cubic edge to sort (row or column). The innermost layer of the edge is sorteddirection
- sort ascending or descendingnullsFirst
- should all null values be sorted first or last?grouped
- should values be sorted within their outer layer values, or should the entire edge
be sorted as sets of tuples?
setEdge
public void setEdge(int edge)
getEdge
public int getEdge()
setNullsFirst
public void setNullsFirst(boolean nullsFirst)
isNullsFirst
public boolean isNullsFirst()
setGrouped
public void setGrouped(boolean grouped)
isGrouped
public boolean isGrouped()
Copyright © 1997, 2009, Oracle. All rights reserved.