db_fullquery_compatible_p (private)

 db_fullquery_compatible_p fullquery [ rdbms ]

Defined in packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl

Check compatibility of a FullQuery against an RDBMS This procedure returns true or false. The RDBMS argument can be left out, in which case, the currently running RDBMS is the one against which compatibility will be checked. NOTE: not complete -- should return something depending on compatibility of RDBMSs

Parameters:
fullquery
rdbms (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_fullquery_get_rdbms db_fullquery_get_rdbms (private) db_fullquery_compatible_p db_fullquery_compatible_p db_fullquery_compatible_p->db_fullquery_get_rdbms

Testcases:
No testcase defined.
Source code:
    set query_rdbms [db_fullquery_get_rdbms $fullquery]

    # NOTE: not complete
    # return something depending on compatibility of RDBMSs
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: