template::util::currency::acquire (public)

 template::util::currency::acquire type [ value ]

Defined in packages/acs-templating/tcl/currency-procs.tcl

Create a new currency value with some predefined value Basically, create and set the currency value

Parameters:
type - The set_property type to set (only sql_number supported currently)
value (optional)
Returns:
The new currency value set to the predefined value

Partial Call Graph (max 5 caller/called nodes):
%3 template::util::currency::create template::util::currency::create (public) template::util::currency::set_property template::util::currency::set_property (public) template::util::currency::acquire template::util::currency::acquire template::util::currency::acquire->template::util::currency::create template::util::currency::acquire->template::util::currency::set_property

Testcases:
No testcase defined.
Source code:
  set currency_list [template::util::currency::create]
  return [template::util::currency::set_property $type $currency_list $value]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: