db_tables (public)
db_tables [ -pattern pattern ] [ -dbn dbn ]
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
- Switches:
- -pattern (optional)
- Will be used as LIKE 'pattern%' to limit the number of tables returned.
- -dbn (optional)
- The database name to use. If empty_string, uses the default database.
- Returns:
- a Tcl list of all the tables owned by the connected user.
- Authors:
- Don Baccus <dhogaza@pacifier.com>
- Lars Pind <lars@pinds.com>
- Changelog:
- yon@arsdigita.com 20000711 changed to return lowercase table names
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.