acs::db::SQL method dbfunction_argument_value (protected)

 <instance of acs::db::SQL[i]> 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
[ hide source ] | [ make this the default ]
Show another procedure: