db_tables

EveAndersson.com : API Browser : db_tables

db_tables (public)

db_tables [ -pattern pattern ]
Defined in packages/acs-core/database-util-procs.tcl

Returns a Tcl list of all the tables owned by the connected user.

Switches:
-pattern (optional) - Will be used as LIKE 'pattern%' to limit the number of tables returned.
Author:
Lars Pind lars@pinds.com
Changelog:
yon@arsdigita.com 20000711 changed to return lower case table names
[ show source ]

Show another procedure:

eve@eveandersson.com