rangeLt

fun rangeLt(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>.rangeLt(range: Pair<Any, Any>)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is strictly left of range