eq

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

Finds all rows where the value of the column is equal to value


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

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