|
|
|
|
|
Constants for the assisted replication
| | | Constant | Description | Used by the function |
---|
replicaImmediate | The replica is immediately created, during the synchronization. This replication mode can be quite long but it guarantees to be updated from the master database. | ReplicSynchronize | replicaPeriodic | The replica is created after each synchronization. During the next replication, the replica that was previously created is automatically used. This replication mode is fast but it does not guarantee to be "entirely updated" from the master database. | ReplicSynchronize | replicaNoProgressBar | From version 190044, a progress bar is displayed by default during the synchronization. This progress bar is adapted to the current platform. This constant allows you not to display the progress bar and to restore the previous behavior. This constant can be combined with the replicaImmediate and replicaPeriodic constants. | ReplicSynchronize | replicSynchronizationRequestDate | Date of last synchronization request. | ReplicInfo | replicSynchronizationDate | Date of last synchronization. | ReplicInfo | replicExist | Checks the existence of the replication. | ReplicInfo | replicInitialized | Checks whether the replication is initialized. | ReplicInfo |
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|