Chapter 9 SQL Statements
485
DEALLOCATE DESCRIPTOR statement [ESQL]
Use this statement to free memory associated with a SQL descriptor area.
DEALLOCATE DESCRIPTOR
descriptor-name
descriptor-name
:
string
None.
None.
"ALLOCATE DESCRIPTOR statement" on page 381
"The SQL descriptor area (SQLDA)" on page 45 of the book ASA
Programming Interfaces Guide
"SET DESCRIPTOR statement" on page 611
Frees all memory associated with a descriptor area, including the data items,
indicator variables, and the structure itself.
♦
SQL/92 Entry-level feature.
♦
Sybase Supported by Open Client/Open Server.
♦ For an example, see "ALLOCATE DESCRIPTOR statement" on
page 381.
Function
Syntax
Permissions
Side effects
See also
Description
Standards and
compatibility
Example