All Manuals > LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.14 Common SQL changes

NextPrevUpTopContentsIndex

13.14.1 Prepared statements

The SQL expression passed to the functions sql:execute-command , sql:query , sql:do-query , sql:simple-do-query , sql:map-query and the loop for...being each record syntax can now be a prepared statement object created by the new function sql:prepare-statement .

The Common SQL square bracket reader syntax has been extended to support numbered bind-variables using the form [ n ] where n is a positive integer.


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex