MDB_INTEGERDUP top-level constant

int const MDB_INTEGERDUP

MDB_INTEGERDUP: Used only with MDB_DUPFIXED databases. Indicates that duplicate data items are binary integers. This flag enables efficient storage and comparison of integer values similar to MDB_INTEGERKEY for keys.

Implementation

const MDB_INTEGERDUP = bindings.MDB_INTEGERDUP;