Class ::xo::db::sql::timespan

::xo::db::sql::timespan[i] create ...

Class Relations

  • class: ::xo::db::Class[i]
  • superclass: ::xotcl::Object[i]

Methods (to be applied on the object)

  • copy (scripted, public)

     xo::db::sql::timespan[i] copy [ -dbn dbn ] -timespan_id timespan_id  \
        -offset offset 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -timespan_id
    (required)
    -offset
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc copy xo::db::sql::timespan proc copy xo::db::sql::timespan proc copy->db_with_handle

    Testcases:
    No testcase defined.
  • delete (scripted, public)

     xo::db::sql::timespan[i] delete [ -dbn dbn ] -timespan_id timespan_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -timespan_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc delete xo::db::sql::timespan proc delete xo::db::sql::timespan proc delete->db_with_handle

    Testcases:
    No testcase defined.
  • exists_p (scripted, public)

     xo::db::sql::timespan[i] exists_p [ -dbn dbn ] -timespan_id timespan_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -timespan_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc exists_p xo::db::sql::timespan proc exists_p xo::db::sql::timespan proc exists_p->db_with_handle

    Testcases:
    No testcase defined.
  • interval_delete (scripted, public)

     xo::db::sql::timespan[i] interval_delete [ -dbn dbn ] \
        -timespan_id timespan_id  -interval_id interval_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -timespan_id
    (required)
    -interval_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc interval_delete xo::db::sql::timespan proc interval_delete xo::db::sql::timespan proc interval_delete->db_with_handle

    Testcases:
    No testcase defined.
  • join (scripted, public)

     xo::db::sql::timespan[i] 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)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc join xo::db::sql::timespan proc join xo::db::sql::timespan proc join->db_with_handle

    Testcases:
    No testcase defined.
  • join_interval (scripted, public)

     xo::db::sql::timespan[i] 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
    (defaults to "true") (optional)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc join_interval xo::db::sql::timespan proc join_interval xo::db::sql::timespan proc join_interval->db_with_handle

    Testcases:
    No testcase defined.
  • multi_interval_p (scripted, public)

     xo::db::sql::timespan[i] multi_interval_p [ -dbn dbn ] \
        -timespan_id timespan_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -timespan_id
    (required)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc multi_interval_p xo::db::sql::timespan proc multi_interval_p xo::db::sql::timespan proc multi_interval_p->db_with_handle

    Testcases:
    No testcase defined.
  • new (scripted, public)

     xo::db::sql::timespan[i] 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)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc new xo::db::sql::timespan proc new xo::db::sql::timespan proc new->db_with_handle

    Testcases:
    No testcase defined.
  • overlaps_interval_p (scripted, public)

     xo::db::sql::timespan[i] 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)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc overlaps_interval_p xo::db::sql::timespan proc overlaps_interval_p xo::db::sql::timespan proc overlaps_interval_p->db_with_handle

    Testcases:
    No testcase defined.
  • overlaps_p (scripted, public)

     xo::db::sql::timespan[i] 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)

    Partial Call Graph (max 5 caller/called nodes):
    %3 db_with_handle db_with_handle (public) xo::db::sql::timespan proc overlaps_p xo::db::sql::timespan proc overlaps_p xo::db::sql::timespan proc overlaps_p->db_with_handle

    Testcases:
    No testcase defined.