|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.jdbc.JournalConstants
The JournalConstants class defines all of the constant values that are used by the journal service.
Field Summary | |
static java.lang.String |
CONTROL_TABLE_NAME
Keeps the default control table name. |
static java.lang.String |
CT_ENTITY_COLUMN_NAME
Keeps the default name of the control table column that holds the entity name. |
static int |
CT_ENTITY_COLUMN_WIDTH
Keeps the default size of the control table column that holds the entity name. |
static java.lang.String |
CT_LASTDATE_COLUMN_NAME
Keeps the default name of the control table column that holds the date of the last journal access by an entity. |
static java.lang.String |
CT_WRAPNBR_COLUMN_NAME
Keeps the default name of the control table column that holds the wrap number. |
static int |
DEFAULT_NBR_OF_GENERATIONS
Keeps the default number of table generations for a journal entity. |
static java.lang.String |
DEFAULT_SCHEMA_NAME
Keeps the default schema name. |
static java.lang.String |
DSEJOU_ENTITY
Keeps a default entity name. |
static boolean |
EJ_DEFAULT_AUTOCOMMIT_POLICY
Keeps the initial autocommit attribute value. |
static java.lang.String |
EJ_DEFAULT_JDBCDRIVER
Keeps the default JDBC driver. |
static java.lang.String |
EJ_STATE_ACTIVE
Keeps the string that indicates that the journal service is available. |
static java.lang.String |
EJ_STATE_INACTIVE
Keeps the string that indicates that the journal service is not available. |
static java.lang.String |
JT_RECNBR_COLUMN_NAME
Keeps the default name of the column that holds the journal record identification. |
Constructor Summary | |
JournalConstants()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static java.lang.String EJ_DEFAULT_JDBCDRIVER
public static java.lang.String JT_RECNBR_COLUMN_NAME
public static java.lang.String DSEJOU_ENTITY
public static int DEFAULT_NBR_OF_GENERATIONS
public static java.lang.String CONTROL_TABLE_NAME
public static java.lang.String DEFAULT_SCHEMA_NAME
public static java.lang.String CT_ENTITY_COLUMN_NAME
public static java.lang.String CT_WRAPNBR_COLUMN_NAME
public static java.lang.String CT_LASTDATE_COLUMN_NAME
public static int CT_ENTITY_COLUMN_WIDTH
public static java.lang.String EJ_STATE_INACTIVE
public static java.lang.String EJ_STATE_ACTIVE
public static boolean EJ_DEFAULT_AUTOCOMMIT_POLICY
Constructor Detail |
public JournalConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |