ExLMDB
v0.1.0
Pages
Modules
ExLMDB v0.1.0
ExLMDB.Transaction
View Source
Link to this section
Summary
Functions
begin(database, opts \\ [], callback \\ nil)
begin!(db, opts \\ [], callback \\ nil)
commit(transaction)
commit!(self)
delete(transaction, key)
delete!(self, key)
drop(transaction)
drop!(self)
get(transaction, key)
get!(self, key)
put(transaction, key, value)
put!(self, key, value)
put_new(transaction, key, value)
put_new!(self, key, value)
rollback(transaction)
rollback!(self)
Link to this section
Functions
Link to this function
begin(database, opts \\ [], callback \\ nil)
View Source
Link to this function
begin!(db, opts \\ [], callback \\ nil)
View Source
Link to this function
commit(transaction)
View Source
Link to this function
commit!(self)
View Source
Link to this function
delete(transaction, key)
View Source
Link to this function
delete!(self, key)
View Source
Link to this function
drop(transaction)
View Source
Link to this function
drop!(self)
View Source
Link to this function
get(transaction, key)
View Source
Link to this function
get!(self, key)
View Source
Link to this function
put(transaction, key, value)
View Source
Link to this function
put!(self, key, value)
View Source
Link to this function
put_new(transaction, key, value)
View Source
Link to this function
put_new!(self, key, value)
View Source
Link to this function
rollback(transaction)
View Source
Link to this function
rollback!(self)
View Source