tsearch2::index_exists_p (private)

 tsearch2::index_exists_p object_id

Defined in packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl

Helper proc to check if an object is indexed

Parameters:
object_id

Partial Call Graph (max 5 caller/called nodes):
%3 db_0or1row db_0or1row (public) tsearch2::index_exists_p tsearch2::index_exists_p tsearch2::index_exists_p->db_0or1row

Testcases:
No testcase defined.
Source code:
    return [db_0or1row object_exists {
                select 1 from txt where object_id=:object_id
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: