ds_show_p (public)

 ds_show_p

Defined in packages/acs-developer-support/tcl/acs-developer-support-procs.tcl

Should we show developer-support on the current connection.

Testcases:
ds_features_enabled_test
Source code:
    if { [ds_enabled_p] && [ds_permission_p] } {
        return 1
    }
    return 0
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: