DEALLOCATE DESCRIPTOR Statement [ESQL]

Frees memory associated with an SQL descriptor area.

Quick Links:

Go to Examples

Go to Usage

Go to Standards

Go to Permissions

Syntax

DEALLOCATE DESCRIPTOR descriptor-name:
   string

Examples

(back to top)

Usage

(back to top)

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

Standards

(back to top)

  • SQL—Vendor extension to ISO/ANSI SQL grammar.
  • SAP Sybase Database product—Supported by Open Client/Open Server.

Permissions

(back to top)

None

Related reference
ALLOCATE DESCRIPTOR Statement [ESQL]
SET DESCRIPTOR Statement [ESQL]