acs_sc::impl::get (public)
acs_sc::impl::get -impl_id impl_id -array array
Defined in packages/acs-service-contract/tcl/implementation-procs.tcl
Get information about a service contract implementation.
- Switches:
- -impl_id (required)
- -array (required)
- Name of an array into which you want the info. Available columns are: impl_name, impl_owner_name, impl_contract_name.
- Author:
- Lars Pind <lars@collaboraid.biz>
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- acs_sc_impl_new_from_spec
Source code: upvar 1 $array row db_1row select_impl {} -column_array rowGeneric XQL file: <fullquery name="acs_sc::impl::get.select_impl"> <querytext> select impl_name, impl_pretty_name, impl_owner_name, impl_contract_name from acs_sc_impls where impl_id = :impl_id </querytext> </fullquery>packages/acs-service-contract/tcl/implementation-procs.xql
PostgreSQL XQL file: packages/acs-service-contract/tcl/implementation-procs-postgresql.xql
Oracle XQL file: packages/acs-service-contract/tcl/implementation-procs-oracle.xql