driver-procs.xql
DB Query file
Related Files
- packages/acs-authentication/tcl/driver-procs.xql
- packages/acs-authentication/tcl/driver-procs.tcl
- packages/acs-authentication/tcl/driver-procs-postgresql.xql
- packages/acs-authentication/tcl/driver-procs-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?>
<queryset>
<fullquery name="auth::driver::set_parameter_value.param_exists_p">
<querytext>
select count(*)
from auth_driver_params
where impl_id = :impl_id
and authority_id = :authority_id
and key = :parameter
</querytext>
</fullquery>
</queryset>