db_columns

EveAndersson.com : API Browser : db_columns

db_columns (public)

db_columns table_name
Defined in packages/acs-core/database-util-procs.tcl

Returns a Tcl list of all the columns in the table with the given name.

Parameters:
table_name
Author:
Lars Pind lars@pinds.com
Changelog:
yon@arsdigita.com 20000711 changed to return lower case column names
[ show source ]

Show another procedure:

eve@eveandersson.com