enum

Lmdb::Flags::Copy

Inherits Enum / Comparable / Value / Object

#/** @defgroup mdb_copy Copy Flags

  • @{ */ #/**Compacting copy: Omit free space from copy, and renumber all
  • pages sequentially. */

Constants

COMPACT = 1

Instance methods

compact?

Returns true if this enum value equals COMPACT

Source