cr_count_file_entries (private)
cr_count_file_entries name
Defined in packages/acs-content-repository/tcl/content-procs.tcl
Count entries an entries from the content repository having the specified partial path their content field.
- Parameters:
- name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: db_string count_entries { SELECT count(*) FROM cr_revisions WHERE substring(content, 1, 100) = substring(:name, 1, 100) }XQL Not present: Generic, PostgreSQL, Oracle