| | |
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 | Sought information: Date of the last synchronization from the master database. | HInfoReplica |
rplDateSynchroFromSubscriber | Sought information: Date of last synchronization | HInfoReplica |
rplDateSynchroToMaster | Sought information: Date of the last synchronization toward the master database. | HInfoReplica |
rplDateSynchroToSubscriber | Sought information: Date of the last synchronization toward the 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 | Sought information: The master replica is updated or not. | 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 | Sought information: Generation number of last movable replica that was generated. | HInfoReplica |
rplReplicatedItem | Replicated item. | HRplManageItem |
rplReplicationConflictManagement | The file will use the management mode of conflicts specified by HSynchronizeReplica. | HRplManageFile |
rplReplicationDisabled | Used to temporarily disable the management of replication. | HSetReplication |
rplReplicationHeterogeneous | Constant kept for backward compatibility. This constant is identical to rplReplicationUniversal. | HSetReplication |
rplReplicationLogged | Allows you to perform a replication between HFSQL files (uses the logged HFSQL files). | HSetReplication |
rplReplicationUniversal | Used to perform a universal replication (between a 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 | Sought information: The subscriber replica is updated 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 |