acs_sc::msg_type::new (public)
acs_sc::msg_type::new -name name [ -specification specification ]
Defined in packages/acs-service-contract/tcl/msg-type-procs.tcl
- Switches:
- -name (required)
- -specification (optional)
- Msg type specification in the format required by the SQL proc, namely 'foo:integer,bar:[string]'
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- acs_sc_impl_new_from_spec
Source code: db_exec_plsql insert_msg_type {}Generic XQL file: packages/acs-service-contract/tcl/msg-type-procs.xql
PostgreSQL XQL file: <fullquery name="acs_sc::msg_type::new.insert_msg_type"> <querytext> select acs_sc_msg_type__new( :name, :specification); </querytext> </fullquery>packages/acs-service-contract/tcl/msg-type-procs-postgresql.xql
Oracle XQL file: <fullquery name="acs_sc::msg_type::new.insert_msg_type"> <querytext> begin :1 := acs_sc_msg_type.new( :name, :specification ); end; </querytext> </fullquery>packages/acs-service-contract/tcl/msg-type-procs-oracle.xql