ODBPP.IndexType

NameValueDescription
B_TREE0The standard B+-Tree Index.
S_TREE1A 2-dimensional Spatial Tree is as defined a R-Tree using datatype ODBPP.RECT a 3-dimensional Spatial Tree using datatype ODBPP.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 ODBPP.DATE or ODBPP.FILETIME.
A_LIST2ASCII Token List Index - used for part word searches of text documents. Available from version 3.1.
U_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 ODBPP.PATTERN2D or ODBPP.PATTERN3D.