Class DataObjects::Transaction
In: lib/data_objects/transaction.rb
Parent: Object

Methods

close   create_for_uri   new  

Constants

HOST = "#{Socket::gethostbyname(Socket::gethostname)[0]}" rescue "localhost"

Attributes

connection  [R] 
id  [R] 

Public Class methods

Creates a Transaction bound to the given connection

Parameters

conn<DataObjects::Connection>:The Connection to bind the new Transaction to

Public Instance methods

[Validate]