ExLMDB

v0.1.0

  • Pages
  • Modules

    ExLMDB v0.1.0 ExLMDB.Cursor View Source

    Link to this section Summary

    Functions

    close(cursor)
    close!(self)
    first(self)
    first!(self)
    get(cursor, cursor_op)
    get!(self, cursor_op)
    last(self)
    last!(self)
    next(self)
    next!(self)
    open(transaction, callback \\ nil)
    open!(tx, callback \\ nil)
    put(cursor, key, value)
    put!(self, key, value)
    set_range(self, gte_key)
    set_range!(self, gte_key)

    Link to this section Functions

    Link to this function

    close(cursor)

    View Source
    Link to this function

    close!(self)

    View Source
    Link to this function

    first(self)

    View Source
    Link to this function

    first!(self)

    View Source
    Link to this function

    get(cursor, cursor_op)

    View Source
    Link to this function

    get!(self, cursor_op)

    View Source
    Link to this function

    last(self)

    View Source
    Link to this function

    last!(self)

    View Source
    Link to this function

    next(self)

    View Source
    Link to this function

    next!(self)

    View Source
    Link to this function

    open(transaction, callback \\ nil)

    View Source
    Link to this function

    open!(tx, callback \\ nil)

    View Source
    Link to this function

    put(cursor, key, value)

    View Source
    Link to this function

    put!(self, key, value)

    View Source
    Link to this function

    set_range(self, gte_key)

    View Source
    Link to this function

    set_range!(self, gte_key)

    View Source

    Built using ExDoc (v0.21.3), designed by Friedel Ziegelmayer.