public interface IsamProtocol
Modifier and Type | Field and Description |
---|---|
static int |
B_V1
Byte protocol version 1.
|
static int |
CLOSE
Close ISAM source.
|
static int |
CREATE
Create record in ISAM source.
|
static int |
DELETE
Delete record from ISAM source.
|
static int |
ERROR
Error.
|
static int |
FIND_GE
Find all records greater than or equal key.
|
static int |
FIND_GT
Find all records greater than key.
|
static int |
FIND_LE
Find all records less than or equal key.
|
static int |
FIND_LT
Find all records lessr than key.
|
static int |
O_V1
Object protocol version 1.
|
static int |
OK
OK.
|
static int |
READ
Read record from ISAM source.
|
static int |
RESULT_CLOSE
Result: close.
|
static int |
RESULT_CURRENT
Result: return current record.
|
static int |
RESULT_READ
Result: read record.
|
static int |
UPDATE
Update record in ISAM source.
|
static final int O_V1
static final int B_V1
static final int READ
static final int CREATE
static final int UPDATE
static final int DELETE
static final int CLOSE
static final int FIND_GE
static final int FIND_GT
static final int FIND_LE
static final int FIND_LT
static final int RESULT_READ
static final int RESULT_CURRENT
static final int RESULT_CLOSE
static final int OK
static final int ERROR