execute

abstract fun execute(con: Connection): List<R>
abstract suspend fun execute(con: Connection): List<R>