infix fun run(setBody: (GenericStatement) -> Unit): Unit
Call setBody to set any statement Parameter values, then call PreparedStatement.execute to run the SQL statement. If setBody sets a value for GenericStatement.resultHandler, call that with the result of PreparedStatement.execute.