Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere Server - SQL Reference » SQL statements » Alphabetical list of SQL statements

DEALLOCATE DESCRIPTOR statement [ESQL]

Frees memory associated with a SQL descriptor area.

Syntax
DEALLOCATE DESCRIPTOR descriptor-name
descriptor-name : identifier
Remarks

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

Privileges

None.

Side effects

None.

Standards
  • ANSI/ISO SQL Standard

    DEALLOCATE DESCRIPTOR is part of optional ANSI/ISO SQL Language Feature B031, "Basic dynamic SQL".