db_column_exists

EveAndersson.com : API Browser : db_column_exists

db_column_exists (public)

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

Returns 1 if the row exists in the table, 0 if not.

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

Show another procedure:

eve@eveandersson.com