acs::db::nsdb-postgresql method call timezone add_rule (public)

 <instance of acs::db::nsdb-postgresql[i]> call timezone add_rule \
    [ -dbn dbn ] -tz tz  -abbrev abbrev  [ -isdst_p isdst_p ] \
    -gmt_offset gmt_offset  -utc_start utc_start  -utc_end utc_end  \
    -local_start local_start  -local_end local_end 

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

Automatically generated method

Switches:
-dbn
(optional)
-tz
(required)
-abbrev
(required)
-isdst_p
(optional)
-gmt_offset
(required)
-utc_start
(required)
-utc_end
(required)
-local_start
(required)
-local_end
(required)

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

Testcases:
No testcase defined.
Source code:
db_with_handle -dbn $dbn __DB {
   set s [ns_pg_bind 0or1row $__DB {select timezone__add_rule(:tz,:abbrev,:isdst_p,:gmt_offset,:utc_start,:utc_end,:local_start,:local_end)}]
   return [ns_set value $s 0]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: