cdqa
Interface IConstants


public interface IConstants

Iconstantsts interface contains update operations codes

Author:
simonkm

Field Summary
static byte O_DELETE
           
static byte O_INSERT
           
static byte O_INSERTBEFORE
           
static byte O_REPLACE
           
 

Field Detail

O_INSERT

static final byte O_INSERT
See Also:
Constant Field Values

O_INSERTBEFORE

static final byte O_INSERTBEFORE
See Also:
Constant Field Values

O_DELETE

static final byte O_DELETE
See Also:
Constant Field Values

O_REPLACE

static final byte O_REPLACE
See Also:
Constant Field Values