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 |
---|
prepare(7) - centos |
execute(7) - redhat |
prepare(7) - redhat |
prepare(7) - debian |
prepare(7) - linux |
Similar Topics in the Unix Linux Community |
---|
Inexplicable buffer crash |
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 |