Collection Contents Index DROP SERVER statement DROP VARIABLE statement pdf/chap9.pdf

Reference Manual
   CHAPTER 9. SQL Statements     

DROP STATEMENT statement [ESQL]


Function 

To free statement resources.

Syntax 

DROP STATEMENT [ owner.]statement-name

Parameters 

statement-name: identifier or host-variable

Permissions 

Must have prepared the statement.

Side effects 

None.

See also 

PREPARE statement

Description 

The DROP STATEMENT statement frees resources used by the named prepared statement. These resources are allocated by a successful PREPARE statement, and are normally not freed until the database connection is released.

Standards and compatibility 

Example 


Collection Contents Index DROP SERVER statement DROP VARIABLE statement pdf/chap9.pdf