infix fun <T> run(body: (SelectQuery) -> T): T
Run the query, in the same was as is done by SelectQuery.Builder.run for non-reusable query objects.