# File lib/amalgalite/database.rb, line 586 def exclusive_transaction( &block ) transaction( TransactionBehavior::EXCLUSIVE, &block ) end