Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Neo4j::Cluster::Session
Inherits
Neo4j::Session
/
Reference
/
Object
Constructors
new
(cluster :
Cluster
)
Source
Instance methods
exec_cast
(query :
String
, as types :
Tuple
(*
T
), **params, &) forall
T
Source
execute
(query :
String
, **params)
Source
query
(cypher :
String
, as types :
Tuple
(*
T
), **params) forall
T
Source
query
(cypher :
String
, as types :
Tuple
(*
T
), **params, &) forall
T
Source
read_transaction
Source
write_query
(query :
String
, as types :
Tuple
(*
T
), **params) forall
T
Source
write_transaction
Source