rangeGte

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

Finds all rows where the value of the column is strictly right of range


infix fun <T, V> KProperty1<T, V>.rangeGte(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 strictly right of range