Contents Index SYSREMOTEOPTION system table SYSREMOTETYPE system table

ASA SQL Reference
  System Tables

SYSREMOTEOPTIONTYPE system table


Function 

Each row describes one of the SQL Remote message link parameters.

Columns 
Column Data type Column constraint Table constraints
option_id UNSIGNED INT NOT NULL Primary key
type_id UNSIGNED INT 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 this parameter.

option    The name of the message link parameter.


Contents Index SYSREMOTEOPTION system table SYSREMOTETYPE system table