Contents IndexSET SQLCA statement START DATABASE statement

User's Guide
   Part VI. SQL Anywhere Reference
     Chapter 43. Watcom-SQL Statements
      SIGNAL statement

Function

Signal an exception condition.

Syntax

     SIGNAL exception-name

Usage

Procedures, triggers, and batches.

Permissions

None.

Side effects

None.

See also

Description

SIGNAL allows you to raise an exception. See "Using exception handlers in procedures and triggers" for a description of how exceptions are handled.

Contents IndexSET SQLCA statement START DATABASE statement