public class ALTER_TABLE
extends java.lang.Object
CTTable.Alter(int)
callModifier and Type | Field and Description |
---|---|
static int |
FTI
Force rebuild of all Full Text indexes
|
static int |
FULL
Force full table rebuild, regardless of table changes.
|
static int |
HOT
Force hot alter table
|
static int |
INDEX
Force rebuild of all indexes, regardless of table changes.
|
static int |
KEEPTRAN
Use the existing transaction mode even during the alter
|
static int |
NORMAL
Check for table changes before altering the table
and perform only the changes required.
|
static int |
PURGEDUP
Purge duplicate record
|
static int |
TRUNCATE
Truncate the table - forces FULL alter
|
static int |
V8DELFLD
force V8DELFLD during alter table
|
Constructor and Description |
---|
ALTER_TABLE() |
public static final int NORMAL
public static final int INDEX
public static final int FULL
public static final int FTI
public static final int HOT
public static final int PURGEDUP
public static final int TRUNCATE
public static final int KEEPTRAN
public static final int V8DELFLD