Package org.eclipse.emf.cdo.server.db
Interface IDBStore.Props
- Enclosing interface:
- IDBStore
public static interface IDBStore.Props
Contains symbolic constants that specify valid keys of
DB store properties
.- Since:
- 4.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Period at which to execute an SQL statement to keep DB connection alive, in minutes.static final String
Number of additional attempts to connect to the DB after initial connection failure.static final String
Number of seconds to wait before additional attempts to connect to the DB after initial connection failure.static final String
Whether to create the schema with the specifiedname
at startup time, if it does not exist.static final String
static final String
static final String
static final String
static final String
Whether to qualify table names with theschema name
.static final String
static final String
The name of the DB schema to use for the repository.static final String
-
Field Details
-
SCHEMA_NAME
The name of the DB schema to use for the repository. If omitted thedefault schema name
of the repository'sDB adapter
is used as the schema name.- Since:
- 4.13
- See Also:
-
PREPEND_SCHEMA_NAME
Whether to qualify table names with theschema name
.- Since:
- 4.13
- See Also:
-
CREATE_SCHEMA_IF_NEEDED
Whether to create the schema with the specifiedname
at startup time, if it does not exist.- Since:
- 4.13
- See Also:
-
CONNECTION_KEEPALIVE_PERIOD
Period at which to execute an SQL statement to keep DB connection alive, in minutes.- See Also:
-
CONNECTION_RETRY_COUNT
Number of additional attempts to connect to the DB after initial connection failure.- Since:
- 4.12
- See Also:
-
CONNECTION_RETRY_SECONDS
Number of seconds to wait before additional attempts to connect to the DB after initial connection failure.- Since:
- 4.12
- See Also:
-
ID_COLUMN_LENGTH
- Since:
- 4.2
- See Also:
-
READER_POOL_CAPACITY
- Since:
- 4.2
- See Also:
-
WRITER_POOL_CAPACITY
- Since:
- 4.2
- See Also:
-
FIELD_CONSTRUCTION_TRACKING
- Since:
- 4.3
- See Also:
-
DROP_ALL_DATA_ON_ACTIVATE
- Since:
- 4.4
- See Also:
-
JDBC_FETCH_SIZE
- Since:
- 4.4
- See Also:
-