struct
Cryap::Database::QueryMethods
- Cryap::Database::QueryMethods
- Struct
- Value
- Object
Overview
CODE FROM moku PROJECT
Defined in:
db.crConstructors
Instance Method Summary
- #driver
- #execute(_query query : String, **params)
- #read_query(query, as types : Tuple(*T), parameters : Neo4j::Map) forall T
- #read_query(query, as types : Tuple(*T)) forall T
- #read_query(query, as types : Tuple(*T), &) forall T
- #read_query(_query query, as types : Tuple(*T), **params) forall T
- #read_query(query : String) : Nil
- #read_query(_query query, as types : Tuple(*T), **params, &) forall T
- #read_transaction(& : Neo4j::Bolt::Transaction -> T) forall T
- #session(& : Neo4j::Session -> T) forall T
- #write_query(query : String, as types : Tuple(*T), **parameters) forall T
- #write_transaction(& : Neo4j::Bolt::Transaction -> T) forall T