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

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » Views » System views in Sybase Central

SYSREMOTEOPTION system view Next Page

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.

Columns
Column Data type Column constraint
option_id UNSIGNED INT NOT NULL
type_id SMALLINT NOT NULL
"option" VARCHAR(128) NOT NULL

option_id    An identification number for the message link parameter.

type_id    An identification number for the message type that uses the parameter.

"option"    The name of the message link parameter.

Constraints on underlying system table

PRIMARY KEY (option_id)

FOREIGN KEY (type_id) references SYS.ISYSREMOTETYPE (type_id)