Method: FluidDb2::SQLite#begin

Defined in:
lib/fluiddb2/sqlite.rb

#beginObject

Transaction Semantics



93
94
95
# File 'lib/fluiddb2/sqlite.rb', line 93

def begin
  @connection.transaction
end