class

Int16::Lucky::Criteria(T, V)

Inherits Avram::BetweenCriteria < Avram::Criteria < Reference < Object

Constructors

new(rows : T, column : Symbol | String)
Source

Instance methods

between(low_value : V, high_value : V)

WHERE @column >= low_value AND @column <= high_value

Source
select_sum
Source
select_sum!
Source