list-all-database-tables

Function

Package: dbi

Arguments: &key db hstmt

This function returns two values: a list of all the tables in the database specified by db and a list of the column headers that describe the data returned as the first value. If statement handle hstmt is true (the default is nil) then it is used for the conversation with its associated database. Otherwise if db is true then it is the database whose tables are 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.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.