SYSREMOTETYPE system table

CREATE TABLE SYS.SYSREMOTETYPE (
	type_id SMALLINT NOT NULL,
	type_name CHAR(128) NOT NULL,
	publisher_address LONG VARCHAR NOT NULL,
	remarks LONG VARCHAR,
	PRIMARY KEY ( type_id )
)

The SYSREMOTETYPE system table contains information about SQL Remote.

type_id Identifies which of the message systems supported by SQL Remote is used to send messages to this user.

type_name Name of the message system supported by SQL Remote.

publisher_address Address of the remote database publisher.

remarks Descriptive comments.