Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » Views » System views in Sybase Central

SYSPUBLICATION system view Next Page

SYSREMARK system view


Each row in the SYSREMARK system view describes a remark (or comment) for an object. The underlying system table for this view is ISYSREMARK.

Column
Column Data type Column Constraint
object_id UNSIGNED BIGINT NOT NULL
remarks LONG VARCHAR NOT NULL

object_id    The internal ID for the object that has an associated remark.

remarks    The remark or comment associated with the object.

Constraints on underlying system table

PRIMARY KEY (object_id)

FOREIGN KEY (object_id) references SYS.ISYSOBJECT (object_id) MATCH UNIQUE FULL