acs::db::nsdb-postgresql method call recurrence new (public)

 <instance of acs::db::nsdb-postgresql[i]> call recurrence new \
    [ -dbn dbn ] -interval_name interval_name  \
    [ -every_nth_interval every_nth_interval ] \
    [ -days_of_week days_of_week ] [ -recur_until recur_until ] \
    [ -custom_func custom_func ]

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

Automatically generated method

Switches:
-dbn
(optional)
-interval_name
(required)
-every_nth_interval
(optional)
-days_of_week
(optional)
-recur_until
(optional)
-custom_func
(optional)

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

Testcases:
No testcase defined.
Source code:
db_with_handle -dbn $dbn __DB {
   set s [ns_pg_bind 0or1row $__DB {select recurrence__new(:interval_name,:every_nth_interval,:days_of_week,:recur_until,:custom_func)}]
   return [ns_set value $s 0]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: