public class OOrderByItem extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
static String |
ASC |
protected OExpression |
collate |
static String |
DESC |
protected OModifier |
modifier |
protected String |
recordAttr |
protected ORid |
rid |
protected String |
type |
Constructor and Description |
---|
OOrderByItem() |
Modifier and Type | Method and Description |
---|---|
int |
compare(OResult a,
OResult b,
OCommandContext ctx) |
OOrderByItem |
copy() |
void |
deserialize(OResult fromResult) |
boolean |
equals(Object o) |
void |
extractSubQueries(SubQueryCollector collector) |
String |
getAlias() |
OExpression |
getCollate() |
OModifier |
getModifier() |
String |
getRecordAttr() |
ORid |
getRid() |
String |
getType() |
int |
hashCode() |
boolean |
refersToParent() |
OResult |
serialize() |
void |
setAlias(String alias) |
void |
setModifier(OModifier modifier) |
void |
setRecordAttr(String recordAttr) |
void |
setRid(ORid rid) |
void |
setType(String type) |
void |
toString(Map<Object,Object> params,
StringBuilder builder) |
public static final String ASC
public static final String DESC
protected String alias
protected OModifier modifier
protected String recordAttr
protected ORid rid
protected String type
protected OExpression collate
public String getAlias()
public void setAlias(String alias)
public String getType()
public void setType(String type)
public String getRecordAttr()
public void setRecordAttr(String recordAttr)
public ORid getRid()
public void setRid(ORid rid)
public void toString(Map<Object,Object> params, StringBuilder builder)
public int compare(OResult a, OResult b, OCommandContext ctx)
public OOrderByItem copy()
public void extractSubQueries(SubQueryCollector collector)
public boolean refersToParent()
public OModifier getModifier()
public void setModifier(OModifier modifier)
public OResult serialize()
public void deserialize(OResult fromResult)
public OExpression getCollate()
Copyright © 2009–2020 OrientDB. All rights reserved.