enum ODBPP::IndexType

NameValueDescription
B_TREE0The standard B+-Tree Index.
S_TREE1A 2-dimensional Spatial Tree is as defined a R-Tree using datatype CODBPP::RECT a 3-dimensional Spatial Tree using datatype CODBPP::CUBE is what changes a R-Tree to a S-Tree.
T_TREE4A Temporal Tree is as defined similar to S-Tree but using datatype CODBPP::DATE or CODBPP::FILETIME.
A_LIST2ASCII Token List Index - used for part word searches of text documents. Available from version 3.1.
W_LIST3Wide character Token List Index - used for part word searches of text documents. Available from version 3.1.
PATTERN5Spatial Pattern Indexes use a series of 2 or 3 dimensional points to describe a geometrical pattern with the data types CODBPP::PATTERN2D or CODBPP::PATTERN3D.