Methods

Class/Module Index [+]

Quicksearch

Sequel::SQL::SQLArray

Represents an SQL array. Added so it is possible to deal with a ruby array of all two pairs as an SQL array instead of an ordered hash-like conditions specifier.

Attributes

array[R]

The array of objects this SQLArray wraps

to_a[R]

The array of objects this SQLArray wraps

Public Class Methods

new(array) click to toggle source

Create an object with the given array.

# File lib/sequel/sql.rb, line 856
def initialize(array)
  @array = array
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.