org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.model.validation
Interface ITriggerValidatorConstants

All Known Implementing Classes:
SybaseASATriggerValidator

public interface ITriggerValidatorConstants

Author:
Hui Cao

Field Summary
static byte DELETE_EVENT
           
static int DUPLICATE_TRIGGER_NAME_EVENT
           
static int DUPLICATE_TRIGGER_TYPE_EVENT
           
static byte INSERT_EVENT
           
static int NO_TRIGGER_COLUMN
           
static int NO_TRIGGER_EVENT
           
static int NO_TRIGGER_TABLE
           
static byte UPDATE_COLUMN_EVENT
           
static byte UPDATE_EVENT
           
 

Field Detail

NO_TRIGGER_EVENT

static final int NO_TRIGGER_EVENT
See Also:
Constant Field Values

NO_TRIGGER_TABLE

static final int NO_TRIGGER_TABLE
See Also:
Constant Field Values

DUPLICATE_TRIGGER_NAME_EVENT

static final int DUPLICATE_TRIGGER_NAME_EVENT
See Also:
Constant Field Values

DUPLICATE_TRIGGER_TYPE_EVENT

static final int DUPLICATE_TRIGGER_TYPE_EVENT
See Also:
Constant Field Values

NO_TRIGGER_COLUMN

static final int NO_TRIGGER_COLUMN
See Also:
Constant Field Values

INSERT_EVENT

static final byte INSERT_EVENT
See Also:
Constant Field Values

DELETE_EVENT

static final byte DELETE_EVENT
See Also:
Constant Field Values

UPDATE_EVENT

static final byte UPDATE_EVENT
See Also:
Constant Field Values

UPDATE_COLUMN_EVENT

static final byte UPDATE_COLUMN_EVENT
See Also:
Constant Field Values