ad_var_type_check_noquote_p (public, deprecated)

 ad_var_type_check_noquote_p value

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Parameters:
value (required)
Returns:
1 if $value contains any single-quotes
See Also:

Partial Call Graph (max 5 caller/called nodes):
ad_log_deprecated ad_log_deprecated (public) ad_var_type_check_noquote_p ad_var_type_check_noquote_p ad_var_type_check_noquote_p->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_var_type_check_noquote_p

    if { [string match "*'*" $value] } {
        return 0
    } else {
        return 1
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: