class Bones::Having
- Bones::Having
- Reference
- Object
Defined in:
bones/having.crConstructors
Instance Method Summary
- #aggregate_function : AggregateFunctions::AggregateFunction
- #aggregate_function=(aggregate_function : AggregateFunctions::AggregateFunction)
- #to_sql_string : String
Constructor Detail
def self.new(aggregate_function : Bones::AggregateFunctions::AggregateFunction = AggregateFunctions::AggregateFunction.new)
#