Collection Contents Index SYSPROCPERM system table SYSREMOTETYPE system table pdf/chap15.pdf

Reference Manual
   CHAPTER 15. System Tables     

SYSPUBLICATION system table


Column name

Column type

Column constraint

Table constraints

publication_id

SMALLINT

NOT NULL

Primary key

creator

SMALLINT

NOT NULL

Foreign key references SYS.SYSUSERPERM. user_id

publication_name

CHAR(128)

NOT NULL

Unique index

remarks

LONG VARCHAR

Each row describes a SQL Remote publication.

publication_id     A unique identifying number for the publication.

creator     The owner of the publication.

publication_name     The name of the publication, which must be a valid identifier.

remarks     Descriptive comments.


Collection Contents Index SYSPROCPERM system table SYSREMOTETYPE system table pdf/chap15.pdf