HomeMogDBMogDB StackUqbar
v2.1

Documentation:v2.1

Supported Versions:

DEALLOCATE

Function

DEALLOCATE deallocates a previously prepared statement. If you do not explicitly deallocate a prepared statement, it is deallocated when the session ends.

The PREPARE keyword is always ignored.

Precautions

None

Syntax

Deallocate ::= DEALLOCATE [ PREPARE ] { name | ALL };

Parameter Description

  • name

    Specifies the name of the prepared statement to be deallocated.

  • ALL

    Deallocates all prepared statements.

Examples

None

Copyright © 2011-2024 www.enmotech.com All rights reserved.