Class ::xo::db::sql::timezone

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

Class Relations

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

Methods (to be applied on the object)

  • add_rule (scripted, public)

     xo::db::sql::timezone[i] add_rule [ -dbn dbn ] -tz tz  -abbrev abbrev  \
        -isdst_p isdst_p  -gmt_offset gmt_offset  -utc_start utc_start  \
        -utc_end utc_end  -local_start local_start  -local_end local_end 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz
    (required)
    -abbrev
    (required)
    -isdst_p
    (required)
    -gmt_offset
    (required)
    -utc_start
    (required)
    -utc_end
    (required)
    -local_start
    (required)
    -local_end
    (required)

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

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

     xo::db::sql::timezone[i] convert_to_local [ -dbn dbn ] -tz_id tz_id  \
        -utc_varchar utc_varchar 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz_id
    (required)
    -utc_varchar
    (required)

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

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

     xo::db::sql::timezone[i] convert_to_utc [ -dbn dbn ] -tz_id tz_id  \
        -local_varchar local_varchar 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz_id
    (required)
    -local_varchar
    (required)

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

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

     xo::db::sql::timezone[i] delete [ -dbn dbn ] -tz_id tz_id 

    Automatically generated method

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

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

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

     xo::db::sql::timezone[i] get_abbrev [ -dbn dbn ] -tz_id tz_id  \
        -time time 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz_id
    (required)
    -time
    (required)

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

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

     xo::db::sql::timezone[i] get_date [ -dbn dbn ] -tz_id tz_id  \
        -timestamp timestamp  -format format  \
        -append_timezone_p append_timezone_p 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz_id
    (required)
    -timestamp
    (required)
    -format
    (required)
    -append_timezone_p
    (required)

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

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

     xo::db::sql::timezone[i] get_id [ -dbn dbn ] -tz tz 

    Automatically generated method

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

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

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

     xo::db::sql::timezone[i] get_offset [ -dbn dbn ] -tz_id tz_id  \
        -time time 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz_id
    (required)
    -time
    (required)

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

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

     xo::db::sql::timezone[i] get_rawoffset [ -dbn dbn ] -tz_id tz_id  \
        -time time 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz_id
    (required)
    -time
    (required)

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

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

     xo::db::sql::timezone[i] isdst_p [ -dbn dbn ] -tz_id tz_id  -time time 

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz_id
    (required)
    -time
    (required)

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

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

     xo::db::sql::timezone[i] new [ -dbn dbn ] -tz tz  -gmt_offset gmt_offset  \
        [ -childof childof ]

    Automatically generated method

    Switches:
    -dbn
    (optional)
    -tz
    (required)
    -gmt_offset
    (required)
    -childof
    (optional)

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

    Testcases:
    No testcase defined.