Class AqlConcatSeparator
java.lang.Object
ai.stapi.arangograph.graphLoader.arangoQuery.ast.functions.AqlConcatSeparator
- All Implemented Interfaces:
AqlNode
-
Constructor Summary
ConstructorsConstructorDescriptionAqlConcatSeparator(AqlNode separator, AqlNode... aqlNodeList) AqlConcatSeparator(AqlNode separator, List<AqlNode> aqlNodeList) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.arangograph.graphLoader.arangoQuery.ast.AqlNode
getAllItems, getField, getFlattenItems, getItem, markAsBindParameter
-
Constructor Details
-
AqlConcatSeparator
-
AqlConcatSeparator
-
-
Method Details
-
getSeparator
-
getAqlNodeList
-
toQueryString
- Specified by:
toQueryStringin interfaceAqlNode
-