acs_object_type::get_table_name_not_cached (private)

 acs_object_type::get_table_name_not_cached -object_type object_type

Defined in packages/acs-tcl/tcl/object-type-procs.tcl

Return the table name associated with an object_type.

Switches:
-object_type
(required)

Partial Call Graph (max 5 caller/called nodes):
%3 acs_object_type::get_table_name acs_object_type::get_table_name (public) acs_object_type::get_table_name_not_cached acs_object_type::get_table_name_not_cached acs_object_type::get_table_name->acs_object_type::get_table_name_not_cached db_string db_string (public) acs_object_type::get_table_name_not_cached->db_string

Testcases:
No testcase defined.
Source code:
    return [db_string get_table_name {
        select table_name from acs_object_types
        where object_type = :object_type
    }]
XQL Not present:
Generic
PostgreSQL XQL file:
packages/acs-tcl/tcl/object-type-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/object-type-procs-oracle.xql

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