cr_check_file_entry (private)

 cr_check_file_entry name

Defined in packages/acs-content-repository/tcl/content-procs.tcl

Check if an entry from the content repository having the specified partial path their content field exists.

Parameters:
name

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    db_0or1orw check_entry {
        SELECT 1 FROM cr_revisions
        WHERE substring(content, 1, 100) = substring(:name, 1, 100)
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: