class Sqlsync::Domain::Condition

Defined in:

sqlsync/domain.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(column : String, operator : String, value : Sqlsync::Table::ColumnContent) #

[View source]

Instance Method Detail

def column : String #

[View source]
def operator : String #

[View source]
def to_sql(quoter : Sqlsync::Quoter) : String #

[View source]
def value : Int64 | String | Nil #

[View source]