-
Notifications
You must be signed in to change notification settings - Fork 17
/
CCat.dtx
40 lines (31 loc) · 1 KB
/
CCat.dtx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@@CCat.pas
CopyCat replication suite
Copyright (c) 2005 Microtec Communications
For any questions or technical support,
contact Jonathan Neve ([email protected])
@@TCcCommitType
Summary:
Type of commit to perform.
Description:
<table>
Value Meaning
------------ ------------------------------------------
ctNone No commit
ctCommit Perform commit (closing transaction)
ctRetaining Commit Retaining (leave transaction open)
</table>
@@TCcLogState
Description:
Current state of the a record in the replication log.
@@TCcLogState.lsConflict
Description:
Replication of the current record failed because of a conflict.<p/>
@@TCcLogState.lsError
Description:
Replication of the current record failed with an error.
@@TCcLogState.lsNone
Description:
Non-replicated record.
@@TCcLogState.lsOk
Description:
Record replicated successfully.