public class REBUILD_MODE
extends java.lang.Object
CTTable.Rebuild(int) or a
CTIndex.AddSegment(FairCom.CtreeDb.CTField, int) call| Modifier and Type | Field and Description |
|---|---|
static int |
COMPACT
compact and rebuild
|
static int |
DATAONLY
rebuild only the data file
|
static int |
NONE
normal rebuild mode
|
static int |
PURGEDUP
purge duplicate records
|
static int |
UPDATEIFIL
update table IFIL structure
|
| Constructor and Description |
|---|
REBUILD_MODE() |
public static final int NONE
public static final int PURGEDUP
public static final int UPDATEIFIL
public static final int DATAONLY
public static final int COMPACT