generateCommitScript

fun generateCommitScript(dbId: String, onlyAction: SyncAction?, into: SyncSide): AlterScript

Generate the commit script

Return

a script as a list of statements.

Parameters

dbId

is the DBMS

onlyAction

only the given actions

into

in which direction to generate the commit. Usually is SyncSide.toRight (database )


fun generateCommitScript(dbId: String, onlyAction: SyncAction?, into: SyncSide, includeForeignKeysInCreateTable: Boolean): AlterScript