Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Reference » Views » System views

 

SYSREMOTEOPTIONTYPE system view

Each row in the SYSREMOTEOPTIONTYPE system view describes one of the SQL Remote message link parameters. The underlying system table for this view is ISYSREMOTEOPTIONTYPE.

Column Data type Description
option_id UNSIGNED INT An identification number for the message link parameter.
type_id SMALLINT An identification number for the message type that uses the parameter.
option VARCHAR(128) The name of the message link parameter.
 Constraints on underlying system table