class Neo4j::Bolt::Transaction

Defined in:

neo4j/bolt/transaction.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new(connection : Neo4j::Bolt::Connection) #

[View source]

Instance Method Detail

def connection : Neo4j::Bolt::Connection #

[View source]
def exec_cast(*args, **options) #

[View source]
def exec_cast(*args, **options, &) #

[View source]
def exec_cast_scalar(*args, **options) #

[View source]
def exec_cast_scalar(*args, **options, &) #

[View source]
def execute(*args, **options) #

[View source]
def execute(*args, **options, &) #

[View source]
def rollback #

[View source]
def rolled_back? : Bool #

[View source]