A sequence is created with the method BDB::Common#create_sequence or BDB::Common#open_sequence
return the current cache size
# File sequence.rb, line 6 def cachesize end
return the bdb file associated with the sequence
# File sequence.rb, line 14 def db end
return the next available element in the sequence and changes the sequence value by delta
flags can have the value BDB::AUTO_COMMIT, BDB::TXN_NOSYNC
# File sequence.rb, line 25 def get(delta = 1, flags = 0) end
return the key associated with the sequence
# File sequence.rb, line 29 def key end
return the range of values in the sequence
# File sequence.rb, line 33 def range end
Generated with the Darkfish Rdoc Generator 2.