db_rdbms_create (public, deprecated)

 db_rdbms_create type version

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

Deprecated. Invoking this procedure generates a warning.

The function is not needed, since all it returns is a plain Tcl dict with obvious keys (type and version)

Parameters:
type
version
Returns:
rdbms descriptor in form of a dict
See Also:
  • dict

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log_deprecated ad_log_deprecated (public) db_rdbms_create db_rdbms_create db_rdbms_create->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc db_rdbms_create
    return [list type $type version $version]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: