class Neo4j::Cluster::Session
Defined in:
neo4j/cluster.crConstructors
Instance Method Summary
- #exec_cast(query : String, as types : Tuple(*T), **params, &) forall T
- #execute(query : String, **params)
- #query(cypher : String, as types : Tuple(*T), **params) forall T
- #query(cypher : String, as types : Tuple(*T), **params, &) forall T
- #read_transaction(&)
- #write_query(query : String, as types : Tuple(*T), **params) forall T
- #write_transaction(&)