• Publicity: Public Only All

tsearch2-driver-procs.tcl

Tests for tsearch2-driver

Location:
packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl
Created:
2005-03-07
Authors:
Dave Bauer <dave@thedesignexperience.org>
Héctor Romojaro
CVS Identification:
$Id: tsearch2-driver-procs.tcl,v 1.5.2.11 2021/09/02 16:41:06 gustafn Exp $

Procedures in this file

Detailed information

_tsearch2-driver__build_query_tcl (private)

 _tsearch2-driver__build_query_tcl

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) aa_run_with_teardown aa_run_with_teardown (public) tsearch2::build_query_tcl tsearch2::build_query_tcl (public) _tsearch2-driver__build_query_tcl _tsearch2-driver__build_query_tcl _tsearch2-driver__build_query_tcl->aa_equals _tsearch2-driver__build_query_tcl->aa_log _tsearch2-driver__build_query_tcl->aa_log_result _tsearch2-driver__build_query_tcl->aa_run_with_teardown _tsearch2-driver__build_query_tcl->tsearch2::build_query_tcl

Testcases:
No testcase defined.

_tsearch2-driver__driver_info (private)

 _tsearch2-driver__driver_info

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) tsearch2::driver_info tsearch2::driver_info (private) _tsearch2-driver__driver_info _tsearch2-driver__driver_info _tsearch2-driver__driver_info->aa_equals _tsearch2-driver__driver_info->aa_log _tsearch2-driver__driver_info->aa_log_result _tsearch2-driver__driver_info->tsearch2::driver_info

Testcases:
No testcase defined.

_tsearch2-driver__index_unindex (private)

 _tsearch2-driver__index_unindex

Partial Call Graph (max 5 caller/called nodes):
%3 aa_false aa_false (public) aa_log aa_log (public) aa_log_result aa_log_result (public) aa_run_with_teardown aa_run_with_teardown (public) aa_true aa_true (public) _tsearch2-driver__index_unindex _tsearch2-driver__index_unindex _tsearch2-driver__index_unindex->aa_false _tsearch2-driver__index_unindex->aa_log _tsearch2-driver__index_unindex->aa_log_result _tsearch2-driver__index_unindex->aa_run_with_teardown _tsearch2-driver__index_unindex->aa_true

Testcases:
No testcase defined.

_tsearch2-driver__summary (private)

 _tsearch2-driver__summary

Partial Call Graph (max 5 caller/called nodes):
%3 aa_equals aa_equals (public) aa_log aa_log (public) aa_log_result aa_log_result (public) tsearch2::summary tsearch2::summary (public) _tsearch2-driver__summary _tsearch2-driver__summary _tsearch2-driver__summary->aa_equals _tsearch2-driver__summary->aa_log _tsearch2-driver__summary->aa_log_result _tsearch2-driver__summary->tsearch2::summary

Testcases:
No testcase defined.

tsearch2::index_exists_p (private)

 tsearch2::index_exists_p object_id

Helper proc to check if an object is indexed

Parameters:
object_id (required)

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.

tsearch2::indexed_keywords_p (private)

 tsearch2::indexed_keywords_p [ -object_id object_id ] \
    [ -keywords keywords ]

Helper proc to check if the keywords are indexed

Switches:
-object_id (optional)
-keywords (optional)

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

Testcases:
No testcase defined.
[ show source ]