- Publicity: Public Only All
00-acs-tcl-init.tcl
This file defines the following Objects and Classes: ::acs::db::nsdb-postgresql, ::acs::dc
- Location:
- packages/acs-tcl/tcl/00-acs-tcl-init.tcl
Procedures in this file
- Object ::acs::dc (public)
Detailed information
Object ::acs::dc (public)
::acs::db::nsdb-postgresql ::acs::dc
Database connection object, configured via ::acs::db::require_dc. For definiting connections to multiple databases forover potentially different drivers, define multiple database base connection objects. the column values corresponding to the values of the tuples returned by the provided SQL query.
- See Also:
- callC
- ::acs::dc list ?-dbn /value/? ?-bind /value/? ?-prepare /value/? /qn/ /sql/
- ::acs::dc list_of_lists ?-dbn /value/? ?-bind /value/? ?-prepare /value/? /qn/ /sql/
- ::acs::dc qn /query_name/
- ::acs::dc map_function_name /sql/
- ::acs::dc get_all_package_functions ?-dbn /value/?
- ::acs::dc create_db_function_interface ?-dbn /value/? ?-match /value/? ?-verbose?
- Testcases:
- No testcase defined.
Content File Source
# # This file is intended to be the first *-init.tcl file to be called # after loading the *-proc.tcl files. # set ::acs::kernel_id [ad_acs_kernel_id] ::acs::dc create_db_function_interface ;# -verbose ;# -match test.*