lang::message::conflict_count (private)
lang::message::conflict_count [ -package_key package_key ] \ [ -locale locale ]
Defined in packages/acs-lang/tcl/lang-message-procs.tcl
Return the number of messages with conflicts (conflict_p=t) resulting from catalog imports.
- Switches:
- -package_key (optional)
- Restrict count to package with this key
- -locale (optional)
- Restrict count to messages of this locale
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [db_string conflict_count { select count(*) from lang_messages where conflict_p = 't' and (:package_key is null or :package_key = package_key) and (:locale is null or :locale = locale) }]Generic XQL file: packages/acs-lang/tcl/lang-message-procs.xql
PostgreSQL XQL file: packages/acs-lang/tcl/lang-message-procs-postgresql.xql
Oracle XQL file: packages/acs-lang/tcl/lang-message-procs-oracle.xql