%3 ::xotcl::Object ::xotcl::Object ::xo::db::sql::time_interval ::xo::db::sql::time_interval → copy → delete → edit → eq → new → overlaps_p → shift ::xo::db::sql::time_interval->::xotcl::Object

Class ::xo::db::sql::time_interval

::xo::db::sql::time_interval[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::time_interval[i] copy [ -dbn dbn ] -interval_id interval_id  \
        [ -offset offset ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -interval_id
    (required)
    -offset
    (defaults to "0") (optional)

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

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

     xo::db::sql::time_interval[i] delete [ -dbn dbn ] \
        -interval_id interval_id 

    Automatically generated method

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

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

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

     xo::db::sql::time_interval[i] edit [ -dbn dbn ] -interval_id interval_id  \
        [ -start_date start_date ] [ -end_date end_date ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -interval_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::time_interval proc edit xo::db::sql::time_interval proc edit xo::db::sql::time_interval proc edit->db_with_handle

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

     xo::db::sql::time_interval[i] eq [ -dbn dbn ] \
        -interval_1_id interval_1_id  -interval_2_id interval_2_id 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -interval_1_id
    (required)
    -interval_2_id
    (required)

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

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

     xo::db::sql::time_interval[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::time_interval proc new xo::db::sql::time_interval proc new xo::db::sql::time_interval proc new->db_with_handle

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

     xo::db::sql::time_interval[i] overlaps_p [ -dbn dbn ] -start_1 start_1  \
        -end_1 end_1  -start_2 start_2  -end_2 end_2 

    Automatically generated method

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

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

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

     xo::db::sql::time_interval[i] shift [ -dbn dbn ] \
        -interval_id interval_id  [ -start_offset start_offset ] \
        [ -end_offset end_offset ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -interval_id
    (required)
    -start_offset
    (defaults to "0") (optional)
    -end_offset
    (defaults to "0") (optional)

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

    Testcases:
    No testcase defined.