FunctionPackage: dbiToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

list-all-table-columns

Arguments: table &key db hstmt

This function returns two values: a list of all the columns in the table specified by the table argument and a list of the column headers that describe the data returned as the first value. If statement handle hstmt is true then it is used for the conversation with its associated database. Otherwise if db is true then it is the database whose table information is computed. If db is also nil then the database queried is the one that is the value of *default-database*.

See aodbc.htm for more information on Allegro ODBC.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1