Contents IndexDECLARE TEMPORARY TABLE statement DELETE statement

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

Function

Frees memory associated with a SQL descriptor area.

Syntax

     DEALLOCATE DESCRIPTOR descriptor-name
          ...

Usage

Embedded SQL.

Permissions

None.

Side effects

None.

See also

Description

Frees all memory associated with a descriptor area, including the data items, indicator variables, and the structure itself.

Example

For an example, see "ALLOCATE DESCRIPTOR statement".

Contents IndexDECLARE TEMPORARY TABLE statement DELETE statement