acs::db::nsdb-postgresql method call sec_session_property upsert (public)

 <instance of acs::db::nsdb-postgresql[i]> call sec_session_property upsert \
    [ -dbn dbn ] [ -session_id session_id ] -module module  \
    -name name  -value value  -secure_p secure_p  \
    [ -last_hit last_hit ]

Defined in packages/acs-api-browser/tcl/api-doc-init.tcl

Automatically generated method

Switches:
-dbn
(optional)
-session_id
(optional)
-module
(required)
-name
(required)
-value
(required)
-secure_p
(required)
-last_hit
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 db_with_handle db_with_handle (public) acs::db::nsdb-postgresql instproc {call sec_session_property upsert} acs::db::nsdb-postgresql instproc {call sec_session_property upsert} acs::db::nsdb-postgresql instproc {call sec_session_property upsert}->db_with_handle

Testcases:
No testcase defined.
Source code:
db_with_handle -dbn $dbn __DB {
   set s [ns_pg_bind 0or1row $__DB {select sec_session_property__upsert(:session_id,:module,:name,:value,:secure_p,:last_hit)}]
   return [ns_set value $s 0]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: