struct Change::SQL::WhereExpr

Overview

NOTE this is very basic and not nearly a complete representation of all possible expressions in a where clause.

Included Modules

Defined in:

change/sql/query.cr

Instance Method Summary

Instance Method Detail

def criterion : SelectExpr #

[View source]
def criterion=(criterion : SelectExpr) #

[View source]
def op : String #

[View source]
def op=(op : String) #

[View source]
def value : DB::Any #

[View source]
def value=(value : DB::Any) #

[View source]