Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

Key Types (KEY_TYPE enum)

FIXED_INDEX

Fixed length key

LEADING_INDEX

Fixed length keys that are likely to have leading character duplication among the key values

PADDING_INDEX

Variable length keys for which not much leading character duplication is expected.

LEADPAD_INDEX

Variable length keys for which much leading character duplication is expected.

ERROR_INDEX

Index type error.

TOCIndex