toSql

fun toSql(dbId: String, onlyAction: SyncAction?, into: SyncSide, writer: PrintWriter)

Generate the script for a Synchronization operation.

Parameters

dbId

The DBMS name

onlyAction

Synchronize only this actions. The rest will be ignored.

into

In which direction to syncronize. This is similar with the SyncDialog (left-local model, right-database ).

writer

To write the script into

Throws

IOException