run
abstract fun run(stringElements: TemplateStringsArray, vararg boundParameters: SQLInputValue): StatementResultingChanges(source)
Executes the given SQL query, which is expected to not return any rows (e.g., INSERT, UPDATE, DELETE).
Since
v24.9.0
Executes the given SQL query, which is expected to not return any rows (e.g., INSERT, UPDATE, DELETE).
v24.9.0