Method: FDB::TransactionRead.finalize
- Defined in:
- lib/fdbimpl.rb
.finalize(ptr) ⇒ Object
695 696 697 698 699 700 |
# File 'lib/fdbimpl.rb', line 695 def self.finalize(ptr) proc do #puts "Destroying transaction #{ptr}" FDBC.fdb_transaction_destroy(ptr) end end |