Class OModifier
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OModifier
- All Implemented Interfaces:
Node
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OArrayRangeSelectorprotected OArraySingleValuesSelectorprotected OOrBlockprotected OMethodCallprotected OModifierprotected ORightBinaryConditionprotected booleanprotected OSuffixIdentifierFields 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 TypeMethodDescriptionvoidapplyRemove(Object currentValue, OResultInternal originalRecord, OCommandContext ctx) copy()voiddeserialize(OResult fromResult) booleanexecute(OResult iCurrentRecord, Object result, OCommandContext ctx) voidextractSubQueries(SubQueryCollector collector) getPath()inthashCode()booleanbooleanbooleanisIndexChain(OCommandContext ctx, OClass clazz) booleanneedsAliases(Set<String> aliases) booleanprotected voidsetValue(OResult currentRecord, Object target, Object value, OCommandContext ctx) 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
-
squareBrackets
protected boolean squareBrackets -
arrayRange
-
condition
-
arraySingleValues
-
rightBinaryCondition
-
methodCall
-
suffix
-
next
-
-
Constructor Details
-
OModifier
public OModifier(int id) -
OModifier
-
-
Method Details
-
isArraySingleValue
public boolean isArraySingleValue() -
toString
- Specified by:
toStringin classSimpleNode
-
toGenericStatement
- Specified by:
toGenericStatementin classSimpleNode
-
execute
-
needsAliases
-
copy
- Overrides:
copyin classSimpleNode
-
equals
-
hashCode
public int hashCode() -
extractSubQueries
-
refersToParent
public boolean refersToParent() -
setValue
-
applyRemove
-
serialize
-
deserialize
-
isCacheable
public boolean isCacheable() -
isIndexChain
-
getPath
-