gte

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

Finds all rows where the value of the column is greater than or equal to value


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

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is greater than or equal to value