Collection Contents Previous Next PDF

ASA SQL Reference

SQL Statements

DEALLOCATE DESCRIPTOR statement [ESQL]


Description 

Use this statement to free memory associated with a SQL descriptor area.

Syntax 

DEALLOCATE DESCRIPTOR descriptor-name

descriptor-name : string

Usage 

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

Permissions 

None.

Side effects 

None.

See also 
Standards and compatibility 
Example 

For an example, see ALLOCATE DESCRIPTOR statement [ESQL].


Collection Contents Previous Next PDF