Class BDB::Queue
In: bdb.rb
Parent: Common

Stores fixed-length records with logical record numbers as keys. It is designed for fast inserts at the tail and has a special cursor consume operation that deletes and returns a record from the head of the queue

Methods
pop    push    shift    stat   
Public Instance methods
stat(flags = 0)

Return an Hash with the fields (description for 4.0.14)

pop()

Returns the last couple [key, val] (only for BDB::Recno)

push(values)

Push the values

shift()

Removes and returns an association from the database.