Show TOC

DEALLOCATE DESCRIPTOR Statement [ESQL]Locate this document in the navigation structure

Frees memory associated with a SQL descriptor area.

Syntax
DEALLOCATE DESCRIPTOR <descriptor-name>:
   <string>
Examples

(back to top)

  • Example 1 see ALLOCATE DESCRIPTOR Statement [ESQL].
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 Database products—Supported by Open Client/Open Server.
Permissions