Struct rusted_cypher::graph::GraphClient [] [src]

pub struct GraphClient { /* fields omitted */ }

Methods

impl GraphClient
[src]

Creates a new CypherQuery

Executes the given Statement

Parameter can be anything that implements Into<Statement>, Into<String> or Statement itself

Creates a new Transaction

Deprecated since 1.0.0

: Use methods on GraphClient instead

Returns a reference to the Cypher instance of the GraphClient