acs::db::nsdb-postgresql method call rule_exists (public)
<instance of acs::db::nsdb-postgresql> call rule_exists \ [ -dbn dbn ] -rule_name rule_name -table_name table_name
Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Automatically generated method TYPES: {character varying} {character varying}
- Switches:
- -dbn (optional)
- -rule_name (required)
- -table_name (required)
- Testcases:
- No testcase defined.
Source code: db_with_handle -dbn $dbn __DB { set s [ns_pg_bind 0or1row $__DB {select rule_exists(:rule_name,:table_name)}] return [ns_set value $s 0] }XQL Not present: Generic, PostgreSQL, Oracle