public class OFromItem extends SimpleNode
Modifier and Type | Field and Description |
---|---|
protected OCluster |
cluster |
protected OClusterList |
clusterList |
protected OFunctionCall |
functionCall |
protected OIdentifier |
identifier |
protected OIndexIdentifier |
index |
protected OInputParameter |
inputParam |
protected List<OInputParameter> |
inputParams |
protected OMetadataIdentifier |
metadata |
protected OModifier |
modifier |
protected List<ORid> |
rids |
protected OStatement |
statement |
children, firstToken, id, lastToken, parent, parser, value
Constructor and Description |
---|
OFromItem(int id) |
OFromItem(OrientSql p,
int id) |
childrenAccept, dump, getDatabase, getValue, jjtAccept, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
protected List<OInputParameter> inputParams
protected OCluster cluster
protected OClusterList clusterList
protected OIndexIdentifier index
protected OMetadataIdentifier metadata
protected OStatement statement
protected OInputParameter inputParam
protected OIdentifier identifier
protected OFunctionCall functionCall
protected OModifier modifier
public OFromItem(int id)
public OFromItem(OrientSql p, int id)
public void toString(Map<Object,Object> params, StringBuilder builder)
toString
in class SimpleNode
public OIdentifier getIdentifier()
public OCluster getCluster()
public OClusterList getClusterList()
public OIndexIdentifier getIndex()
public OMetadataIdentifier getMetadata()
public OStatement getStatement()
public OInputParameter getInputParam()
public List<OInputParameter> getInputParams()
public OFunctionCall getFunctionCall()
public OModifier getModifier()
public OFromItem copy()
copy
in class SimpleNode
public void setCluster(OCluster cluster)
public void setClusterList(OClusterList clusterList)
public void setIndex(OIndexIdentifier index)
public void setMetadata(OMetadataIdentifier metadata)
public void setStatement(OStatement statement)
public void setInputParam(OInputParameter inputParam)
public void setIdentifier(OIdentifier identifier)
public void setFunctionCall(OFunctionCall functionCall)
public void setModifier(OModifier modifier)
public void setInputParams(List<OInputParameter> inputParams)
public OResult serialize()
public void deserialize(OResult fromResult)
public boolean isCacheable()
public boolean refersToParent()
Copyright © 2009–2020 OrientDB. All rights reserved.