AOSharedServiceLibrary
Public Member Functions | List of all members
Neo4jInterface Class Referenceabstract

Neo4j Query Interface. More...

#include <neo4j_interface.h>

Public Member Functions

virtual ResultsIteratorInterfaceexecute (const char *query)=0
 Execute the given Cypher Query.
 
virtual ResultsIteratorInterfaceexecute (std::string query)=0
 Execute the given Cypher Query.
 
virtual ResultsIteratorInterfaceexecute (const char *query, std::unordered_map< std::string, Neo4jQueryParameterInterface * > query_params)=0
 Execute a given Cypher Query with an input map of parameters.
 
virtual ResultsIteratorInterfaceexecute (std::string query, std::unordered_map< std::string, Neo4jQueryParameterInterface * > query_params)=0
 Execute a given Cypher Query with an input map of parameters.
 

Detailed Description

Neo4j Query Interface.

Executes queries against the Neo4j DB. Returns complex data structures for viewing Query results, which start with the ResultsIteratorInterface


The documentation for this class was generated from the following file: