test::acs_bootstrap_installer::db_map (private)

 test::acs_bootstrap_installer::db_map qn

Defined in packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.tcl

Parameters:
qn

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    set dollar_value test
    set bind_value anything
    return [::db_map $qn]
Generic XQL file:
<fullquery name="test::acs_bootstrap_installer::db_map.full_query_2">
    <querytext>
      select '$dollar_value' as d,
             :bind_value as b
             [string length a] as c
      from dual as generic
    </querytext>
</fullquery>

<fullquery name="test::acs_bootstrap_installer::db_map.partial_query_2">
    <querytext>
      fetch first 1 rows only
    </querytext>
</fullquery>
packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs.xql

PostgreSQL XQL file:
<fullquery name="test::acs_bootstrap_installer::db_map.full_query_1">
    <querytext>
      select '$dollar_value' as d,
             :bind_value as b
             [string length a] as c
    </querytext>
</fullquery>

<fullquery name="test::acs_bootstrap_installer::db_map.partial_query_1">
    <querytext>
      limit 1
    </querytext>
</fullquery>
packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs-postgresql.xql

Oracle XQL file:
<fullquery name="test::acs_bootstrap_installer::db_map.full_query_1">
    <querytext>
      select '$dollar_value' as d,
             :bind_value as b
             [string length a] as c
      from dual
    </querytext>
</fullquery>

<fullquery name="test::acs_bootstrap_installer::db_map.partial_query_1">
    <querytext>
      WHERE ROWNUM <= 1
    </querytext>
</fullquery>
packages/acs-bootstrap-installer/tcl/test/30-apm-load-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: