list-all-database-tables

$Revision: 1.1.2.2 $

Function

Package: DBI

Arguments: (&key db hstmt)

This function return 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 non-nil (the default is nil) then it is used for the conversation with its associated database. Otherwise if db is non-nil 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*.

This symbol is associated with the Allegro CL ODBC (AODBC) interface, version 2. Version 2 is new in Allegro CL 5.0.1. It is incompatible with the earlier version 1. Not all customers will have Allegro ODBC version 2. Contact your Franz Inc. sales representative for more information.

Allegro ODBC version 2 is described in aodbc_v2.htm.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.