|
|
|
|
|
Constants for manging the replication
| | | Constant | Details | Used by the functions |
---|
rplBidirectional | - Update the master database AND the subscriber database.
- Update the master file AND the subscriber file.
| HSynchronizeReplica, HRplManageFile | rplDateSynchroFromMaster | Information to know: Date of last synchronization from master database. | HInfoReplica | rplDateSynchroFromSubscriber | Information you need to know: Date of last synchronization | HInfoReplica | rplDateSynchroToMaster | Date of last synchronization with master database. | HInfoReplica | rplDateSynchroToSubscriber | Information you need to know: Date of last synchronization to subscriber database. | HInfoReplica | rplDeleteConflict | The record was deleted from the destination replica and it was modified or deleted in the source replica. | HSynchronizeReplica | rplHAdd | Replicate an addition | HSynchronizeReplica | rplHDelete | Replicate a deletion | HSynchronizeReplica | rplHModify | Replicate a modification | HSynchronizeReplica | rplMasterFirst | The data found in the master database has priority during the replication. | HSynchronizeReplica | rplMasterIsUpToDate | Information to know: The master replica may or may not be up to date. | HInfoReplica | rplModifyConflict | The record was modified both in the source replica and in the destination replica | HSynchronizeReplica | rplMostRecentFirst | The most recent data has priority. Caution, the most recent data is evaluated according to the time on the subscriber replica. | HSynchronizeReplica | rplNoConflict | No conflit was detected | HSynchronizeReplica | rplNumMovableReplica | Information you need to know: Generation number of the last transportable replica generated. | HInfoReplica | rplReplicatedItem | Replicated item. | HRplManageItem | rplReplicationConflictManagement | The file will use the management mode of conflicts specified by HSynchronizeReplica. | HRplManageFile | rplReplicationDisabled | Temporarily disables replication. | HSetReplication | rplReplicationHeterogeneous | Constant kept for backward compatibility. This constant is identical to rplReplicationUniversal. | HSetReplication | rplReplicationLogged | Enables replication between HFSQL data files (uses HFSQL log files). | HSetReplication | rplReplicationUniversal | Used to perform a universal replication (between an HFSQL database and an Oracle database for example). | HSetReplication | rplSubscriberFirst | The data found in the subscriber database (or in the subscriber file) has priority during the replication. | HSynchronizeReplica, HRplManageFile | rplSubscriberIsUpToDate | Useful information: Subscriber replica is up to date or not | HInfoReplica | rplToMaster | - Update the master database according to the subscriber database.
- Update the master file according to the subscriber database.
| HSynchronizeReplica, HRplManageFile | rplToSubscriber | - Update the subscriber database according to the master database.
- Update the subscriber file according to the master database.
| HSynchronizeReplica, HRplManageFile | rplUnreplicatedItem | Unreplicated item. | HRplManageItem |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|