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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Reference » Views » System views

 

SYSCHECK system view

Each row in the SYSCHECK system view provides the definition for a named check constraint in a table. The underlying system table for this view is ISYSCHECK.

Column name Data type Description
check_id UNSIGNED INT A number that uniquely identifies the constraint in the database.
check_defn LONG VARCHAR The CHECK expression.
 Constraints on underlying system table