template::data::transform (public)
template::data::transform type value_ref
Defined in packages/acs-templating/tcl/data-procs.tcl
Dispatch procedure for the transform method. "transformation" in template systemspeak means to convert the submitted data to the custom datatype structure, usually a list for complex datatypes, just the value for simple datatypes. The transform method is called after the datatype is validated.
- Parameters:
- type (required)
- The data type to be transformed.
- value_ref (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set proc_name [namespace which ::template::data::transform::$type] if { $proc_name ne {} } { transform::$type $value_ref }XQL Not present: Generic, PostgreSQL, Oracle