executeCommand

open fun executeCommand(command: String): Boolean

Executes a single command on a database connection

Uses the longLastingConnection property for the connection.

Return

true if the command executed without an SQLException

Parameters

command

a valid SQL command