SQL Remote system views
Thissection describes the database views used by SQL Remote to present
andsummarize SQL Remote information.

sr_articles 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 rows from a
single table. This column contains the name of this
table.
where_expr Forarticles that contain a subset of rows defined by
a WHERE clause, this column contains the search
condition.
subscribe_by_expr Forarticles that contain a subset of rows defined by
aSUBSCRIBE BY expression, this column contains
theexpression.
subscribe_by_view Forarticles that contain a subset of rows defined by
aview, this column contains the name of the view.

sr_articlecols 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 a
part.
table_name Thename of the table to which the column belongs.
column_name Thecolumn name.

sr_publications view

Function Liststhe names of all publications.
346