asSqlStrings

fun asSqlStrings(begin: String, commit: String): List<String>

Return

A list of SQL strings, each of which represents a transaction.

Parameters

begin

The SQL statement to start a transaction, typically "BEGIN"

commit

The SQL statement to commit a transaction, typically "COMMIT"