|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.edg.info.DBConstants
Holds any error codes that are thrown by the MySQL database and are significant to rgma. Contains other db related constants such as the table names used in the Registry db.
Field Summary | |
static java.lang.String |
CONSUMER_TABLE
The consumer table name. |
static java.lang.Object |
DB_LOCK
Semaphore used to co-ordinate updates to the Registry db. |
static java.lang.String |
FIXED_INT_TABLE
The fixedIntColumns table name. |
static java.lang.String |
FIXED_REAL_TABLE
The fixedRealColumns table name. |
static java.lang.String |
FIXED_STRING_TABLE
The fixedStringColumns table name. |
static java.lang.String |
INFO_TABLE
The info table name. |
static java.lang.String |
PRODUCER_TABLE
The producer table name. |
static int |
s_duplicateKeyErrorCode
Error code used by MySQL when duplicate records are found during an SQL update. |
Constructor Summary | |
DBConstants()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int s_duplicateKeyErrorCode
public static final java.lang.Object DB_LOCK
public static final java.lang.String PRODUCER_TABLE
public static final java.lang.String CONSUMER_TABLE
public static final java.lang.String FIXED_INT_TABLE
public static final java.lang.String FIXED_REAL_TABLE
public static final java.lang.String FIXED_STRING_TABLE
public static final java.lang.String INFO_TABLE
Constructor Detail |
public DBConstants()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |