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)NAMEDEALLOCATE - remove a prepared querySYNOPSISDEALLOCATE [ 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.DESCRIPTIONDEALLOCATE 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)].COMPATIBILITYSQL92 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 |
---|
execute(7) - redhat |
execute(7) - suse |
execute(7) - linux |
execute(7) - debian |
pg_prepare(3) - php |
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 |