Package org.eclipse.emf.cdo.server.db
Schnittstelle IDBStore.Props
- Umschließende Schnittstelle:
IDBStore
public static interface IDBStore.Props
Contains symbolic constants that specify valid keys of
DB store properties
.- Seit:
- 4.0
- Autor:
- 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.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
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.- Seit:
- 4.13
- Siehe auch:
-
PREPEND_SCHEMA_NAME
Whether to qualify table names with theschema name
.- Seit:
- 4.13
- Siehe auch:
-
CREATE_SCHEMA_IF_NEEDED
Whether to create the schema with the specifiedname
at startup time, if it does not exist.- Seit:
- 4.13
- Siehe auch:
-
CONNECTION_KEEPALIVE_PERIOD
Period at which to execute an SQL statement to keep DB connection alive, in minutes.- Siehe auch:
-
CONNECTION_RETRY_COUNT
Number of additional attempts to connect to the DB after initial connection failure.- Seit:
- 4.12
- Siehe auch:
-
CONNECTION_RETRY_SECONDS
Number of seconds to wait before additional attempts to connect to the DB after initial connection failure.- Seit:
- 4.12
- Siehe auch:
-
ID_COLUMN_LENGTH
- Seit:
- 4.2
- Siehe auch:
-
READER_POOL_CAPACITY
- Seit:
- 4.2
- Siehe auch:
-
WRITER_POOL_CAPACITY
- Seit:
- 4.2
- Siehe auch:
-
FIELD_CONSTRUCTION_TRACKING
- Seit:
- 4.3
- Siehe auch:
-
DROP_ALL_DATA_ON_ACTIVATE
- Seit:
- 4.4
- Siehe auch:
-
JDBC_FETCH_SIZE
- Seit:
- 4.4
- Siehe auch:
-