public class JCSServerModuleConstants
extends java.lang.Object
JCSServerModule
class.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_DB_AFFIX
Determines if the name of the database should be affixed in queries.
|
static java.lang.String |
PROPERTY_DB_ID
The database identifier inside the schema.
|
static java.lang.String |
PROPERTY_DB_METADATA_ID
Some JDBC drivers (like HTTX DBF) require a different
string (from the database name) to identify the current database
|
static java.lang.String |
PROPERTY_DB_NAME
Name of the database where information is stored.
|
static java.lang.String |
PROPERTY_DB_URL
URL where the database server is running.
|
Constructor and Description |
---|
JCSServerModuleConstants() |
public static final java.lang.String PROPERTY_DB_AFFIX
public static final java.lang.String PROPERTY_DB_ID
It must be set to the same string set on the database constant defined by its module. Modules use this id when a reference to the database is required.
public static final java.lang.String PROPERTY_DB_NAME
public static final java.lang.String PROPERTY_DB_METADATA_ID
Leave it in blank when not required (like in the case of a MySQL database)
public static final java.lang.String PROPERTY_DB_URL