public class GraphQueryUtil extends Object
| Constructor and Description |
|---|
GraphQueryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createEdgeQuery(ArangoDriver driver,
String graphName,
Object vertexExample,
GraphEdgesOptions graphEdgesOptions,
MapBuilder bindVars) |
static String |
createShortestPathQuery(ArangoDriver driver,
String database,
String graphName,
Object startVertexExample,
Object endVertexExample,
ShortestPathOptions shortestPathOptions,
Class<?> vertexClass,
Class<?> edgeClass,
MapBuilder bindVars) |
static String |
createVerticesQuery(ArangoDriver driver,
String graphName,
Object vertexExample,
GraphVerticesOptions graphVerticesOptions,
MapBuilder bindVars) |
public static String createEdgeQuery(ArangoDriver driver, String graphName, Object vertexExample, GraphEdgesOptions graphEdgesOptions, MapBuilder bindVars) throws ArangoException
ArangoExceptionpublic static String createVerticesQuery(ArangoDriver driver, String graphName, Object vertexExample, GraphVerticesOptions graphVerticesOptions, MapBuilder bindVars) throws ArangoException
ArangoExceptionpublic static String createShortestPathQuery(ArangoDriver driver, String database, String graphName, Object startVertexExample, Object endVertexExample, ShortestPathOptions shortestPathOptions, Class<?> vertexClass, Class<?> edgeClass, MapBuilder bindVars) throws ArangoException
ArangoExceptionCopyright © 2012–2016 ArangoDB GmbH. All rights reserved.