Class Index [+]

Quicksearch

Sequel::Postgres::PGFloatArray

PGArray subclass for handling real/double precision arrays.

Constants

ARRAY_TYPE

Private Class Methods

convert_item(s) click to toggle source

Convert the item to a float.

     # File lib/sequel/extensions/pg_array.rb, line 387
387:       def self.convert_item(s)
388:         s.to_f
389:       end

Public Instance Methods

array_type() click to toggle source

Use the double precision type by default.

     # File lib/sequel/extensions/pg_array.rb, line 395
395:       def array_type
396:         super || ARRAY_TYPE
397:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.