acs::db::nsdb-postgresql method call time_interval overlaps_p (public)

 <instance of acs::db::nsdb-postgresql[i]> call time_interval overlaps_p \
    [ -dbn dbn ] -start_1 start_1  -end_1 end_1  -start_2 start_2  \
    -end_2 end_2 

Defined in packages/acs-tcl/tcl/00-acs-tcl-init.tcl

Automatically generated method TYPES: {timestamp with time zone} {timestamp with time zone} {timestamp with time zone} {timestamp with time zone}

Switches:
-dbn (optional)
-start_1 (required)
-end_1 (required)
-start_2 (required)
-end_2 (required)

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