redhat man page for deallocate

Query: deallocate

OS: redhat

Section: 7

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DEALLOCATE(7)							   SQL Commands 						     DEALLOCATE(7)

NAME
DEALLOCATE - remove a prepared query
SYNOPSIS
DEALLOCATE [ PREPARE ] plan_name INPUTS PREPARE This keyword is ignored. plan_name The name of the prepared query to remove. OUTPUTS DEALLOCATE The prepared query was removed successfully.
DESCRIPTION
DEALLOCATE is used to remove a previously prepared query. If you do not explicitly DEALLOCATE a prepared query, it is removed when the ses- sion ends. For more information on prepared queries, see PREPARE [prepare(7)].
COMPATIBILITY
SQL92 SQL92 includes a DEALLOCATE statement, but it is only for use in embedded SQL clients. SQL - Language Statements 2002-11-22 DEALLOCATE(7)
Related Man Pages
prepare(7) - centos
execute(7) - redhat
execute(7) - osx
execute(7) - debian
prepare(7) - mojave
Similar Topics in the Unix Linux Community
Mismatch free() / delete / delete [C++]
How to generate a large file in Linux ?
Ubuntu 14.04 - how to less ram usage
Unsure why access time on a directory change isn't changing