Chapter 15. System Objects forAdaptive Ser verAnywhere
Columns
Column Datatype Description
publication_id UN-
SIGNEDINT
Thepublication of which this article
isa part.
table_id UN-
SIGNEDINT
Each article consists of columns
and rows from a single table. This
columncontains the table ID for this
table.
where_expr LONG VAR-
CHAR
For articles that contain a subset of
rows defined by a WHERE clause,
this column contains the search
condition.
subscribe_by_-
expr
LONG VAR-
CHAR
For articles that contain a subset of
rowsdefined by a SUBSCRIBE BY
expression,this column contains the
expression.
query CHAR(1) TheSUBSCRIBE BY expression
couldbe a subquery that returns mul-
tiple values. This column contains
Y or N to indicate if the expression
is a subquery (Y) or not (N). This
column is used by the Extraction
utility
SYSARTICLECOL table
Function Eachrow identifies a column in an article, identifying the column, the table

itis in, and the publication it is part of.

Columns
Column Datatype Description
publication_id UN-
SIGNEDINT
Aunique identifier for the publication of
whichthe column is a part.
table_id UN-
SIGNEDINT
Thetable to which the column belongs.
column_id UN-
SIGNEDINT
The column identifier, from the
SYSCOLUMNsystem table.

327