Overview of procedures

Procedures store procedural SQL statements in a database for use by all applications. They can include control statements that allow repetition (LOOP statement) and conditional execution (IF statement and CASE statement) of SQL statements.

See ”Procedure and trigger overview” in SQL Anywhere Server - SQL Usage.

NoteSybase IQ does not support triggers. Information on triggers in the SQL Anywhere documentation can be ignored.