SPDO Procedure

CONSTRAINT DESCRIBE Statement

Describes the table WHERE constraint on a table.

Requirements: You must have Read permission to describe a WHERE constraint on a table.
You must set the context for the request with the SET ACLUSER statement.

Syntax

CONSTRAINT DESCRIBE table-name;

Arguments

table-name

specifies the name of the table whose table WHERE constraint you want to describe.

Example

For an example of how the CONSTRAINT DESCRIBE statement is used, see Example Table Constraint WHERE Clauses.
Last updated: February 3, 2017