db_compatible_rdbms_p (public)
db_compatible_rdbms_p db_type
Defined in packages/acs-tcl/tcl/01-database-procs.tcl
- Parameters:
- db_type (required)
- Returns:
- 1 if the given db_type is compatible with the current RDBMS.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [expr { $db_type eq "" || [db_type] eq $db_type }]XQL Not present: Generic, PostgreSQL, Oracle