db_compatible_rdbms_p (public)

 db_compatible_rdbms_p db_type

Defined in packages/acs-tcl/tcl/01-database-procs.tcl

Parameters:
db_type
Returns:
1 if the given db_type is compatible with the current RDBMS.

Partial Call Graph (max 5 caller/called nodes):
%3 tsearch2::build_query tsearch2::build_query (private) db_compatible_rdbms_p db_compatible_rdbms_p tsearch2::build_query->db_compatible_rdbms_p db_type db_type (public) db_compatible_rdbms_p->db_type

Testcases:
No testcase defined.
Source code:
    return [expr { $db_type eq "" || [db_type] eq $db_type }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: