executeCommands

open fun executeCommands(commands: List<String>): Boolean

Consecutively executes the list of SQL queries supplied as a list of strings The strings must not have ";" semicolon at the end.

Uses the longLastingConnection property for the connection.

Return

true if all commands were executed

Parameters

commands

the commands