infix fun <T> run(setBody: (InsertStatement) -> T): T
Execute setBody to set any needed Parameter values, then execute the insert statment. Returns the value returned by setBody.