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) - suse |
prepare(7) - debian |
pg_prepare(3) - php |
Similar Topics in the Unix Linux Community |
---|
Malloc problem with fread() to read file to structure in C |
Unable to create a SPOT |
Mismatch free() / delete / delete [C++] |
Unsure why access time on a directory change isn't changing |