tableinfo
A procedure for obtaining information about the ListManager database tables.
arguments:
tablename - the name of the table.
returns:
a list of the following values:
 the name of the table as returned by the database server
 the name of the identity column if it exists, otherise, blank
 a list of the names of column names that make up a unique key into the table if they exist and an identity column was not returned, otherwise, an empty list
 a list of the names of column attributes that are being returned
 a list of lists of column attributes
 
![]()  |