acs::db::SQL method dbfunction_argument_value (protected)
<instance of acs::db::SQL> dbfunction_argument_value \ [ -name name ] [ -type type ]
Defined in packages/acs-tcl/tcl/acs-db-12-procs.tcl
- Switches:
- -name (optional)
- -type (optional)
- Testcases:
- No testcase defined.
Source code: if {[dict exists [:typemap] $type]} { string cat CAST(: [string tolower $name] " AS " $type ) } else { string cat : [string tolower $name] }XQL Not present: Generic, PostgreSQL, Oracle