ttRepTransmitGet

This procedure returns the status of transmission of updates to subscribers for the current transaction. The corresponding ttRepSyncSet built-in procedure enables you to stop transmission of updates to subscribers for the length of a transaction.

Required Privilege

This procedure requires the ADMIN privilege.

Related Views

This procedure has no related views.

Syntax

ttRepTransmitGet()

Parameters

ttRepTransmitGet has no parameters.

Result Set

ttRepTransmitGet returns the result:

Column Type Description

transmit

TT_INTEGER

0 - Updates are not being transmitted to any subscribers for the remainder of the transaction on the connection.

1 (default) - Updates are being transmitted to subscribers on the connection.

Examples

To return the transmit status on the active database in an active standby pair, use:

CALL ttRepTransmitGet();