Class: Neo4j::Core::CypherSession::Transactions::Base
- Inherits:
-
Transaction::Base
- Object
- Transaction::Base
- Neo4j::Core::CypherSession::Transactions::Base
- Defined in:
- lib/neo4j/core/cypher_session/transactions.rb
Direct Known Subclasses
Instance Method Summary collapse
- #queries(*args) ⇒ Object
-
#query(*args) ⇒ Object
Will perhaps be a bit odd as we will pass in the adaptor as the @session for these new transactions.
Instance Method Details
#queries(*args) ⇒ Object
13 14 15 |
# File 'lib/neo4j/core/cypher_session/transactions.rb', line 13 def queries(*args) @adaptor.queries(*args) end |
#query(*args) ⇒ Object
Will perhaps be a bit odd as we will pass in the adaptor as the @session for these new transactions
9 10 11 |
# File 'lib/neo4j/core/cypher_session/transactions.rb', line 9 def query(*args) @adaptor.query(*args) end |