Class OArrayConcatExpressionElement
java.lang.Object
com.orientechnologies.orient.core.sql.parser.SimpleNode
com.orientechnologies.orient.core.sql.parser.OExpression
com.orientechnologies.orient.core.sql.parser.OArrayConcatExpressionElement
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class com.orientechnologies.orient.core.sql.parser.OExpression
arrayConcatExpression, booleanValue, doubleQuotes, isNull, json, mathExpression, rid, singleQuotesFields inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
children, firstToken, id, lastToken, PARAMETER_PLACEHOLDER, parent, parser, value -
Constructor Summary
ConstructorsConstructorDescriptionOArrayConcatExpressionElement(int id) OArrayConcatExpressionElement(OrientSql p, int id) -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.sql.parser.OExpression
allowsIndexedFunctionExecutionOnTarget, applyRemove, canExecuteIndexedFunctionWithoutIndex, deserialize, encode, encodeSingle, equals, estimateIndexedFunction, execute, execute, executeIndexedFunction, executeIndexedFunctionAfterIndexSearch, extractSubQueries, extractSubQueries, getAggregationContext, getArrayConcatExpression, getCollate, getDefaultAlias, getExpandContent, getMathExpression, getRid, hashCode, isAggregate, isBaseIdentifier, isCacheable, isCount, isDefinedFor, isDefinedFor, isEarlyCalculated, isExpand, isFunctionAll, isFunctionAny, isIndexChain, isIndexedFunctionCal, isSelf, needsAliases, refersToParent, serialize, setArrayConcatExpression, setMathExpression, setNull, setRid, splitForAggregation, supportsBasicCalculation, toGenericStatement, toStringMethods inherited from class com.orientechnologies.orient.core.sql.parser.SimpleNode
dump, getDatabase, getValue, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toGenericStatement, toString, toString
-
Constructor Details
-
OArrayConcatExpressionElement
public OArrayConcatExpressionElement(int id) -
OArrayConcatExpressionElement
-
-
Method Details
-
copy
- Overrides:
copyin classOExpression
-