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übersichtFelderModifizierer und TypFeldBeschreibungstatic final StringPeriod at which to execute an SQL statement to keep DB connection alive, in minutes.static final StringNumber of additional attempts to connect to the DB after initial connection failure.static final StringNumber of seconds to wait before additional attempts to connect to the DB after initial connection failure.static final StringWhether to create the schema with the specifiednameat startup time, if it does not exist.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringWhether to qualify table names with theschema name.static final Stringstatic final StringThe name of the DB schema to use for the repository.static final String
- 
Felddetails- 
SCHEMA_NAMEThe name of the DB schema to use for the repository. If omitted thedefault schema nameof the repository'sDB adapteris used as the schema name.- Seit:
- 4.13
- Siehe auch:
 
- 
PREPEND_SCHEMA_NAMEWhether to qualify table names with theschema name.- Seit:
- 4.13
- Siehe auch:
 
- 
CREATE_SCHEMA_IF_NEEDEDWhether to create the schema with the specifiednameat startup time, if it does not exist.- Seit:
- 4.13
- Siehe auch:
 
- 
CONNECTION_KEEPALIVE_PERIODPeriod at which to execute an SQL statement to keep DB connection alive, in minutes.- Siehe auch:
 
- 
CONNECTION_RETRY_COUNTNumber of additional attempts to connect to the DB after initial connection failure.- Seit:
- 4.12
- Siehe auch:
 
- 
CONNECTION_RETRY_SECONDSNumber 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:
 
 
-