Class OFromItem
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OFromItem
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OClusterprotected OClusterListprotected OEmptyListprotected OFunctionCallprotected OIdentifierprotected OIndexIdentifierprotected OInputParameterprotected List<OInputParameter>protected OMetadataIdentifierprotected OModifierprotected OStatementFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcopy()voiddeserialize(OResult fromResult) booleangetIndex()getRids()inthashCode()booleanbooleanbooleanvoidsetCluster(OCluster cluster) voidsetClusterList(OClusterList clusterList) voidsetFunctionCall(OFunctionCall functionCall) voidsetIdentifier(OIdentifier identifier) voidsetIndex(OIndexIdentifier index) voidsetInputParam(OInputParameter inputParam) voidsetInputParams(List<OInputParameter> inputParams) voidsetMetadata(OMetadataIdentifier metadata) voidsetModifier(OModifier modifier) voidvoidsetStatement(OStatement statement) voidtoGenericStatement(StringBuilder builder) voidtoString(Map<Object, Object> params, StringBuilder builder) Methods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Field Details
-
rids
-
inputParams
-
cluster
-
clusterList
-
index
-
metadata
-
statement
-
inputParam
-
identifier
-
functionCall
-
modifier
-
emptyList
-
-
Constructor Details
-
OFromItem
public OFromItem(int id) -
OFromItem
-
-
Method Details
-
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
getIdentifier
-
getRids
-
getCluster
-
getClusterList
-
getIndex
-
getMetadata
-
getStatement
-
getInputParam
-
getInputParams
-
getFunctionCall
-
getModifier
-
copy
- Overrides:
copyin classSimpleNode
-
equals
-
hashCode
public int hashCode() -
setRids
-
setCluster
-
setClusterList
-
setIndex
-
setMetadata
-
setStatement
-
setInputParam
-
setIdentifier
-
setFunctionCall
-
setModifier
-
setInputParams
-
serialize
-
deserialize
-
isCacheable
public boolean isCacheable() -
refersToParent
public boolean refersToParent() -
addRid
-
addInputParam
-
isEmptyList
public boolean isEmptyList()
-