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

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

Defined in

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)

    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)

    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)

    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)

    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)

    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)

    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)

    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)

    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)

    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)

    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)

    Testcases:
    No testcase defined.