- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::db::sql::timespan
::xo::db::sql::timespan create ...
Class Relations
Methods (to be applied on the object)
copy (scripted, public)
xo::db::sql::timespan copy [ -dbn dbn ] -timespan_id timespan_id \ -offset offsetAutomatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -offset (required)
- Testcases:
- No testcase defined.
delete (scripted, public)
xo::db::sql::timespan delete [ -dbn dbn ] -timespan_id timespan_idAutomatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- Testcases:
- No testcase defined.
exists_p (scripted, public)
xo::db::sql::timespan exists_p [ -dbn dbn ] -timespan_id timespan_idAutomatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- Testcases:
- No testcase defined.
interval_delete (scripted, public)
xo::db::sql::timespan interval_delete [ -dbn dbn ] \ -timespan_id timespan_id -interval_id interval_idAutomatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -interval_id (required)
- Testcases:
- No testcase defined.
join (scripted, public)
xo::db::sql::timespan join [ -dbn dbn ] -timespan_id timespan_id \ [ -start_date start_date ] [ -end_date end_date ]Automatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -start_date (optional)
- -end_date (optional)
- Testcases:
- No testcase defined.
join_interval (scripted, public)
xo::db::sql::timespan join_interval [ -dbn dbn ] \ -timespan_id timespan_id -interval_id interval_id \ [ -copy_p copy_p ]Automatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -interval_id (required)
- -copy_p (optional, defaults to
"true"
)- Testcases:
- No testcase defined.
multi_interval_p (scripted, public)
xo::db::sql::timespan multi_interval_p [ -dbn dbn ] \ -timespan_id timespan_idAutomatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- Testcases:
- No testcase defined.
new (scripted, public)
xo::db::sql::timespan new [ -dbn dbn ] [ -start_date start_date ] \ [ -end_date end_date ] [ -childof childof ]Automatically generated method
- Switches:
- -dbn (optional)
- -start_date (optional)
- -end_date (optional)
- -childof (optional)
- Testcases:
- No testcase defined.
overlaps_interval_p (scripted, public)
xo::db::sql::timespan overlaps_interval_p [ -dbn dbn ] \ -timespan_id timespan_id [ -interval_id interval_id ]Automatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -interval_id (optional)
- Testcases:
- No testcase defined.
overlaps_p (scripted, public)
xo::db::sql::timespan overlaps_p [ -dbn dbn ] \ -timespan_id timespan_id [ -start_date start_date ] \ [ -end_date end_date ]Automatically generated method
- Switches:
- -dbn (optional)
- -timespan_id (required)
- -start_date (optional)
- -end_date (optional)
- Testcases:
- No testcase defined.
Variables
::xo::db::sql::timespan set __default_metaclass ::xotcl::Class ::xo::db::sql::timespan set __default_superclass ::xotcl::Object ::xo::db::sql::timespan set abstract_p f ::xo::db::sql::timespan set auto_save false ::xo::db::sql::timespan set name_method {} ::xo::db::sql::timespan set object_type ::xo::db::sql::timespan ::xo::db::sql::timespan set security_inherit_p t ::xo::db::sql::timespan set sql_package_name timespan ::xo::db::sql::timespan set supertype acs_object ::xo::db::sql::timespan set with_table true
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables