Parent

Methods

Class Index [+]

Quicksearch

Sequel::SQLTime

Time subclass that gets literalized with only the time value, so it operates like a standard SQL time type.

Public Class Methods

create(hour, minute, second, usec = 0) click to toggle source

Create a new SQLTime instance given an hour, minute, and second.

    # File lib/sequel/sql.rb, line 45
45:     def self.create(hour, minute, second, usec = 0)
46:       t = now
47:       local(t.year, t.month, t.day, hour, minute, second, usec)
48:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.