public class OPS_MODE
extends java.lang.Object
CTBase.SetOperation(int, int)
callModifier and Type | Field and Description |
---|---|
static int |
AUTOISAM_TRN
Automatic ISAM transactions.
|
static int |
COMMIT_SWP
Auto commit on swap occurred.
|
static int |
CONV_STRING
Change all FIELD_TYPE.VARCHAR fields having a non-zero
field length in the fixed length portion of the record buffer to
FIELD_TYPE.CHARS fields.
|
static int |
DEFER_CLOSE
Defer file closes or deletes during transactions.
|
static int |
DISK_IO
Set sysiocod on disk reads and writes.
|
static int |
FUNCTION_MON
Toggle function monitor.
|
static int |
KEEPLOK_TRN
Keep locks involved in automatic transactions
on record adds and updates after commit.
|
static int |
LOCK_MON
Toggle lock monitor.
|
static int |
LOCKON_BLK
Blocking lock on next fetch only.
|
static int |
LOCKON_GET
Lock next fetch only.
|
static int |
MEMORY_SWP
Memory swapping active.
|
static int |
MIRROR_NOSWITCH
Don’t continue if mirror or primary fails.
|
static int |
MIRROR_TRM
A primary or mirror has been shutdown.
|
static int |
READLOCK
Enable automatic, low level, blocking read locks on each record
access that does not already have a lock.
|
static int |
SERIAL_UPD
Changes GetSerialNbr() operation.
|
static int |
TRACK_MON
Toggle memory track monitor.
|
static int |
UNLOCK_ADD
Automatic unlock on add.
|
static int |
UNLOCK_RWT
Automatic unlock on rewrite.
|
static int |
UNLOCK_UPD
Automatic unlock on add or rewrite
|
Constructor and Description |
---|
OPS_MODE() |
public static final int READLOCK
public static final int LOCKON_GET
public static final int UNLOCK_ADD
public static final int UNLOCK_RWT
public static final int UNLOCK_UPD
public static final int LOCKON_BLK
public static final int FUNCTION_MON
public static final int LOCK_MON
public static final int TRACK_MON
public static final int MIRROR_NOSWITCH
public static final int MIRROR_TRM
public static final int MEMORY_SWP
public static final int AUTOISAM_TRN
public static final int KEEPLOK_TRN
public static final int COMMIT_SWP
public static final int SERIAL_UPD
public static final int DEFER_CLOSE
public static final int CONV_STRING
public static final int DISK_IO