Class Relations
- class: ::nx::EnsembleObject
::nx::EnsembleObject create ::acs::db::nsdb-postgresql::slot::__call::acs_sc_operation
Methods (to be applied on the object)
get_id (scripted)
db_with_handle -dbn $dbn __DB {
set s [ns_pg_bind 0or1row $__DB {select acs_sc_operation__get_id(:contract_name,:operation_name)}]
return [ns_set value $s 0]
}
new (scripted)
db_with_handle -dbn $dbn __DB {
set s [ns_pg_bind 0or1row $__DB {select acs_sc_operation__new(:contract_name,:operation_name,:operation_desc,:operation_iscachable_p,CAST(:operation_nargs AS integer),:operation_inputtype,:operation_outputtype)}]
return [ns_set value $s 0]
}