db_tables (public)db_tables [ -pattern pattern ]
Defined in packages/acs-core/database-util-procs.tclReturns 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
|