rangeGt

fun rangeGt(column: String, range: Pair<Any, Any>)(source)

Finds all rows where the value of the column does not extend to the right of range


infix fun <T, V> KProperty1<T, V>.rangeGt(range: Pair<Any, Any>)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod does not extend to the right of range