You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/api_manual/connection.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2154,6 +2154,10 @@ Connection Methods
2154
2154
- An array of objects specifying the queries which were affected by the Query Change notification. This is only defined if the ``type`` key is the value :ref:`oracledb.SUBSCR_EVENT_TYPE_QUERY_CHANGE <oracledbconstantssubscription>`.
2155
2155
2156
2156
It contains the ``table`` key which is an array of objects identical to the objects created for Database Change Notification (see the ``tables`` property below).
2157
+
* - ``regId``
2158
+
- A JavaScript BigInt value which specifies a unique identifier that is returned during registration. This is the same value returned by the :ref:`result object's <consubscribecallback>` ``regId`` property.
2159
+
2160
+
.. versionadded:: 6.7
2157
2161
* - ``registered``
2158
2162
- A boolean indicating whether the subscription is registered with the database. Will be *false* if ``type`` is :ref:`oracledb.SUBSCR_EVENT_TYPE_DEREG <oracledbconstantssubscription>` or if the subscription was created with the :ref:`qos <consubscribeoptqos>` property set to :ref:`oracledb.SUBSCR_QOS_DEREG_NFY <oracledbconstantssubscription>`.
0 commit comments