db_table_exists

EveAndersson.com : API Browser : db_table_exists

db_table_exists (public)

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

Returns 1 if a table with the specified name exists in the database, otherwise 0.

Parameters:
table_name
Author:
Lars Pind <lars@pinds.com>
[ show source ]

Show another procedure:

eve@eveandersson.com