Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sqlsync
v1.0.0
Top Level Namespace
Config
ConfigSqlsync
Table
Domain
Sqlsync
Data
DataError
Row
Diff
Domain
Condition
Error
Driver
CrystalDB
Error
Factory
Fsocket
CallResult
Call
Calls
FsocketConnection
FsocketFactory
FsocketFreeswitch
FsocketFreeswitchFactory
Postgres
Quoter
Sqlite3
Quoter
Driverer
Quoter
Table
ColumnContent
ColumnValue
Descriptor
Column
Type
Integer
Integer32
String
Typer
ColumnCollection
ColumnMapping
Identifier
IdentifierMultiColumnPrimaryKey
Row
Value
Built with Crystal 1.9.2
2023-10-07 18:57:11 UTC
class
Sqlsync::Driver::Factory
Sqlsync::Driver::Factory
Sqlsync::Data
Reference
Object
Defined in:
sqlsync/drivers.cr
Class Method Summary
.build_driver
(driver : String, url : String, table : Table)
.build_quoter
(driver : String)
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
]