Uses of Class
ai.stapi.arangograph.graphLoader.arangoQuery.ast.AqlObject
Packages that use AqlObject
-
Uses of AqlObject in ai.stapi.arangograph.graphLoader.arangoQuery.builder
Methods in ai.stapi.arangograph.graphLoader.arangoQuery.builder that return AqlObjectModifier and TypeMethodDescriptiondefault AqlObjectArangoSubQueryBuilder.createConnectionObject(AqlNode edge) default AqlObjectArangoSubQueryBuilder.createGraphObject(AqlNode nodes, AqlNode edges) default AqlObjectArangoMainQueryBuilder.createMainGraphObject(AqlNode main, AqlNode nodes, AqlNode edges) Methods in ai.stapi.arangograph.graphLoader.arangoQuery.builder with parameters of type AqlObjectModifier and TypeMethodDescriptionprotected @NotNull ArangoQueryArangoEdgeCollectionSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoEdgeGetSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected abstract @NotNull ArangoQueryArangoEdgeSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeCollectionSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeGetSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected abstract @NotNull ArangoQueryArangoNodeSubQueryBuilder.createAqlBody(ArangoQuery keptAttributes, AqlObject graph, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoEdgeSubQueryBuilder.createBaseAqlBody(ArangoQuery keptAttributes, AqlObject graph, AqlNode getDocumentLine, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes) protected @NotNull ArangoQueryArangoNodeSubQueryBuilder.createBaseAqlBody(ArangoQuery keptAttributes, AqlObject graph, AqlNode getDocumentLine, ai.stapi.graphoperations.graphLoader.GraphLoaderReturnType... returnTypes)