Chapter 15. System Objects forAdaptive Ser verAnywhere
SQL Remote system views
Thissection describes the database views used by SQL Remote to present
andsummarize SQL Remote information.

SYSARTICLES view

Function Eachrow lists describes an article.
Columns
Column Description
publication_name Thepublication of which this article is a part.
table_name Each article consists of columns and rowsfrom a
singletable. Thiscolumn contains the name of this
table.
where_expr Forarticles that contain a subset of rows defined by
aWHERE clause, thiscolumn contains the search
condition.
subscribe_by_expr For articles that contain a subset of rowsdefined
by a SUBSCRIBE BY expression, this column
containsthe expression.

SYSARTICLECOLS view

Function Eachrow describes a column that appears in an article.
Columns
Column Description
publication_name Thename of the publication of which the column is
apart.
table_name Thename of the table to which the column belongs.
column_name Thecolumn name.

SYSPUBLICATIONSview

Function Liststhe names of all publications.
Columns
333