Module generated

Module generated 

Source

Structs§

Column
A single entity in a graph database, which may be a scalar, node, or relation
DeleteGraphArgs
DeleteResponse
Indicates the success of a delete operation
Host
Node
A node in a graph database, comprised of a list of labels and a map of properties
QueryGraphArgs
QueryResponse
Result from a graph query
Relation
A relationship between exactly two nodes
ResultSet
Result from a graph query, contains a list of columns which were returned from the query and statistics about query time
Scalar
Represents a scalar value, all fields should be examined to determine the value contained in the scalar

Functions§

default
Creates the default host binding
deserialize
The standard function for de-serializing codec structs from a format suitable for message exchange between actor and host. Use of any other function to deserialize could result in breaking incompatibilities.
host
Creates a named host binding
serialize
The standard function for serializing codec structs into a format that can be used for message exchange between actor and host. Use of any other function to serialize could result in breaking incompatibilities.