public class IDXNO
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DATA
Force a physical data table traversal without using any indices.
|
static int |
RECBYT
RECBYT indices were introduced in the c-treeACE ISAM API to provide improved
space management for variable length records in a table and to permit backward
physical traversal of data files that contain resources and variable length
records.
|
static int |
ROWID
The ROWID index holds the auto increment value generated automatically by
c-tree every time a new record is added to the table.
|
Constructor and Description |
---|
IDXNO() |
public static final int RECBYT
public static final int ROWID
public static final int DATA