| Allegro CL version 6.2 New since 6.2 release. | |||||||||
Arguments: seq
seq should be a string or a vector of type (unsigned-byte 8). This function takes seq and returns a string with all of the special characters that mysql's parsers cares about escaped.
If you want to insert a random string or a binary array in a field you'll want to use this function, as in the following example:
(sql (format nil "insert into footab values('~a')"
(mysql-escape-sequence object)))
See mysql.htm for information on the Allegro MySQL facility.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page is new in the 6.2 release.
Created 2002.2.26.
| Allegro CL version 6.2 New since 6.2 release. | |||||||||