lt

fun lt(column: String, value: Any)(source)

Finds all rows where the value of the column is less than value


infix fun <T, V> KProperty1<T, V>.lt(value: V)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is less than value