| Allegro CL version 8.2 Minimal update since 8.2 release. 8.1 version |
Arguments: command &key db names full-names convert blob float
The function is just like sql except it just sends the command and
reads the start of the response. If the response will not return rows
of data sql-start
returns nil
. If there are rows of data to
return, it returns an ordered list of the column
names to be found in the results. Then you must
call get-next-row to
get each row until get-next-row returns nil
.
See mysql.htm for information on the Allegro MySQL facility.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Minimal update since 8.2 release. 8.1 version |