The class PLRuby::Tinterval implement the PostgreSQL type tinterval
Convert a String (PostgreSQL representation) to a Tinterval
# File plruby.rb, line 1272 def from_string(string) end
create a Tinterval with the 2 Time objects low and high
# File plruby.rb, line 1286 def initialize(low, high) end
return a Time which is the high value of the interval
# File plruby.rb, line 1277 def high end
set the high value for the interval
# File plruby.rb, line 1281 def high=(time) end
return a Time which is the low value of the interval
# File plruby.rb, line 1290 def low end
Generated with the Darkfish Rdoc Generator 2.