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 (required)

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: