ms::Graph method params (protected)

 <instance of ms::Graph[i]> params varlist

Defined in packages/xooauth/tcl/ms-procs.tcl

Support for OData query parameters: Encode vars as query variables in case these are not empty.

Parameters:
varlist

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
join [lmap var $varlist {
    set value [:uplevel [list set $var]]
    if {$value eq ""} continue
    :encode_query $var $value
}] &
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: