Class: Neo4j::Core::CypherSession::Transactions::Base

Inherits:
Transaction::Base
  • Object
show all
Defined in:
lib/neo4j/core/cypher_session/transactions.rb

Direct Known Subclasses

HTTP

Instance Method Summary collapse

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