gt

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

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


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

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