enum

UnQLite::StorEngineConfigCmd

Inherits Enum < Comparable < Value < Object

Constants

UNQLITE_KV_CONFIG_HASH_FUNC = 1

Storage engine configuration commands.

UNQLITE_KV_CONFIG_CMP_FUNC = 2

Instance methods

unqlite_kv_config_cmp_func?

Returns true if this enum value equals UNQLITE_KV_CONFIG_CMP_FUNC

Source
unqlite_kv_config_hash_func?

Returns true if this enum value equals UNQLITE_KV_CONFIG_HASH_FUNC

Source