|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IsamProtocol
Interface IsamSource defines the wire protocol for remote ISAM sources. This interface is not intended for use by applications.
Field Summary | |
---|---|
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. |
Field Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |