Skip to content

Commit 3f950c4

Browse files
Add new CDC procedure db.cdc.translateId (#2279)
1 parent 25baf4a commit 3f950c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,24 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
299299
|===
300300

301301

302+
[role=label--admin-only label--enterprise-edition label--new-2025.04]
303+
[[procedure_db_cdc_translateId]]
304+
=== db.cdc.translateId()
305+
306+
307+
.Details
308+
|===
309+
| *Syntax* 3+m| db.cdc.translateId(from :: STRING) :: (id :: STRING)
310+
| *Description* 3+a| Translate any provided change identifier to match the queried database.
311+
.2+| *Input arguments* | *Name* | *Type* | *Description*
312+
| `from` | `STRING` | The change identifier to translate.
313+
.2+| *Return arguments* | *Name* | *Type* | *Description*
314+
| `id` | `STRING` | The change identifier.
315+
| *Mode* 3+| READ
316+
|===
317+
318+
319+
302320
== Cluster management
303321

304322
For more information, see xref:clustering/index.adoc[].

0 commit comments

Comments
 (0)