All Manuals > LispWorks User Guide and Reference Manual > 47 The SQL Package

NextPrevUpTopContentsIndex

destroy-prepared-statement

Function
Summary

Destroys a prepared-statement and frees its resources.

Package

sql

Signature

destroy-prepared-statement prepared-statement => nil

Arguments

prepared-statement

A prepared-statement.

Description

The function destroy-prepared-statement destroys the prepared-statement prepared-statement and frees its resources. It should be called before closing the database associated with the prepared-statement. A destroyed prepared-statement can be reused by calling set-prepared-statement-variables with a new database.

destroy-prepared-statement always returns nil.

See also

prepare-statement
set-prepared-statement-variables


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex