class Sqlsync::Driver::Factory

Defined in:

sqlsync/drivers.cr

Class Method Summary

Instance methods inherited from class Sqlsync::Data

add_row(row) add_row, column_names : Array(String) column_names, identifier_row(row : Table::Row) : Table::Row identifier_row, mapping(datarow : Row) : Row mapping, rows : Array(Sqlsync::Data::Row) rows, rows_to_delete(other : Sqlsync::Data) rows_to_delete, rows_to_insert(other : Sqlsync::Data) rows_to_insert, rows_to_update(other : Sqlsync::Data) rows_to_update, table_name table_name, to_set to_set, to_set_mapped(other : Sqlsync::Data) to_set_mapped

Constructor methods inherited from class Sqlsync::Data

new(table : Table) new

Class Method Detail

def self.build_driver(driver : String, url : String, table : Table) #

[View source]
def self.build_quoter(driver : String) #

[View source]