class Sqlsync::Table::Descriptor::IdentifierMultiColumnPrimaryKey

Defined in:

sqlsync/table.cr

Constructors

Instance Method Summary

Instance methods inherited from class Sqlsync::Table::Descriptor::Identifier

same?(from : Table::Row, to : Table::Row) : Bool same?

Constructor Detail

def self.new(column_names : Array(String) = [] of String) #

[View source]

Instance Method Detail

def row(from : Table::Row) : Table::Row #

[View source]
def same?(from : Table::Row, to : Table::Row) : Bool #

[View source]