FunctionPackage: dbi.mysqlToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

sql-start

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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version