|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.services.jdbc.JournalConstants
public class 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_RECN_COLUMN_NAME
Keeps the default name of the control table column that holds the last record number being used for that table. |
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_DATABASE_FLAG
Default DATABASE. |
static java.lang.String |
EJ_DEFAULT_JDBCDRIVER
Keeps the default JDBC driver. |
static java.lang.String |
EJ_METADATA_TABLE_SCHEMA
Keeps the initial autocommit attribute value. |
static java.lang.String |
EJ_ORACLE_DATABASE_FLAG
Oracle DATABASE. |
static java.lang.String |
EJ_SQLSERVER_DATABASE_FLAG
SQL Server 2000 DATABASE. |
static java.lang.String |
EJ_SQLSERVER2005_DATABASE_FLAG
SQL Server 2005 DATABASE. |
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. |
static java.lang.String |
RECNCR_SEARCH_CONDITION
Keeps the search condition. |
Constructor Summary | |
---|---|
JournalConstants()
|
Method Summary |
---|
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 java.lang.String CT_RECN_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
public static java.lang.String EJ_METADATA_TABLE_SCHEMA
public static java.lang.String RECNCR_SEARCH_CONDITION
public static java.lang.String EJ_DEFAULT_DATABASE_FLAG
public static java.lang.String EJ_ORACLE_DATABASE_FLAG
public static java.lang.String EJ_SQLSERVER_DATABASE_FLAG
public static java.lang.String EJ_SQLSERVER2005_DATABASE_FLAG
Constructor Detail |
---|
public JournalConstants()
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |