module Bones::LogicalOperators::LogicalOperatorMethods
Direct including types
Defined in:
bones/logical_operators/logical_operator_methods.crInstance Method Summary
- #and(column : Column | AggregateFunctions::AggregateFunction) : Column | AggregateFunctions::AggregateFunction
- #or(column : Column | AggregateFunctions::AggregateFunction) : Column | AggregateFunctions::AggregateFunction
Instance Method Detail
def and(column : Column | AggregateFunctions::AggregateFunction) : Column | AggregateFunctions::AggregateFunction
#
def or(column : Column | AggregateFunctions::AggregateFunction) : Column | AggregateFunctions::AggregateFunction
#