|
Oracle® TimesTen In-Memory Database JMS/XLA Java API Reference 11g Release 2 (11.2.2) E21648-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XlaConstants
Defines numeric constants for the MapMessage __TYPE field values such as INSERT. Also defines String constants for names of the special MapMessage fields, such as TYPE_FIELD (so that the specific field names such as "__TYPE" need not be included in code).
| Field Summary | |
|---|---|
static int |
ADD_COLUMNSColumns have been added. |
static java.lang.String |
AGING_DELETE_FIELDThe name of the field that indicates if the delete is due to aging |
static java.lang.String |
CASCADING_DELETE_FIELDThe name of the field that indicates if the delete is due to cascading |
static java.lang.String |
COMMIT_FIELDThe name of the field that contains the commit -- last record in transaction flag. |
static int |
COMMIT_ONLY |
static java.lang.String |
CONFIG_FILE_NAMEUse this constant to set JMS/XLA file name. |
static java.lang.String |
CONTEXT_FIELDThe name of the field that contains the application-specified context value (passed to a ttApplicationContextCall) as a byte array. |
static int |
CREATE_INDEXAn index has been created. |
static int |
CREATE_SEQA sequence has been created. |
static int |
CREATE_SYNONYMA synonym has been created. |
static int |
CREATE_TABLEA table has been created. |
static int |
CREATE_VIEWA view has been created. |
static int |
DELETEA row has been deleted. |
static int |
DROP_COLUMNSColumns have been dropped. |
static int |
DROP_INDEXAn index has been dropped. |
static int |
DROP_SEQA sequence has been dropped. |
static int |
DROP_SYNONYMA synonym has been dropped. |
static int |
DROP_TABLEA table has been dropped. |
static int |
DROP_VIEWA view has been dropped. |
static java.lang.String |
FIRST_FIELDThe name of the field that contains the "first record in transaction" flag. |
static int |
INSERTA row/tuple has been inserted. |
static java.lang.String |
MTYP_FIELDThe name of the field in a message that contains type information. |
static java.lang.String |
MVER_FIELDThe name of the field in a message that contains LFN/LFO information. |
static java.lang.String |
NULLS_FIELDThe name of the field that contains the list of fields that have null values. |
static java.lang.String |
REPL_FIELDThe name of the field that contains the "applied via replication" flag. |
static java.lang.String |
TBLNAME_FIELDThe name of the field in a message that contains table name information. |
static java.lang.String |
TBLOWNER_FIELDThe name of the field in a message that contains table owner information. |
static int |
TRUNCATETruncate table. |
static java.lang.String |
TYPE_FIELDThe name of the field that contains the message type. |
static int |
UPDATEA row has been updated. |
static java.lang.String |
UPDATE_DESCRIPTOR_FIELDThe name of the field that return ttXlaUpdateDesc_t as a byte array. |
static java.lang.String |
UPDATED_COLUMNS_FIELDThe name of the field that contains the list of columns updated by an update statement. |
| Field Detail |
|---|
static final int CREATE_TABLE
static final int DROP_TABLE
static final int CREATE_INDEX
static final int DROP_INDEX
static final int ADD_COLUMNS
static final int DROP_COLUMNS
static final int INSERT
static final int UPDATE
static final int DELETE
static final int COMMIT_ONLY
static final int CREATE_VIEW
static final int DROP_VIEW
static final int CREATE_SEQ
static final int DROP_SEQ
static final int TRUNCATE
static final int CREATE_SYNONYM
static final int DROP_SYNONYM
static final java.lang.String TYPE_FIELD
static final java.lang.String COMMIT_FIELD
static final java.lang.String FIRST_FIELD
static final java.lang.String REPL_FIELD
static final java.lang.String UPDATED_COLUMNS_FIELD
static final java.lang.String AGING_DELETE_FIELD
static final java.lang.String CASCADING_DELETE_FIELD
static final java.lang.String NULLS_FIELD
static final java.lang.String CONTEXT_FIELD
static final java.lang.String MTYP_FIELD
static final java.lang.String MVER_FIELD
static final java.lang.String TBLOWNER_FIELD
static final java.lang.String TBLNAME_FIELD
static final java.lang.String UPDATE_DESCRIPTOR_FIELD
static final java.lang.String CONFIG_FILE_NAME
|
Oracle® TimesTen In-Memory Database JMS/XLA Java API Reference 11g Release 2 (11.2.2) E21648-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||