contained

fun contained(column: String, values: List<Any>)(source)

Finds all rows where the value of the column is contained in values

Parameters

column

The column name to filter on

values

The values to filter on


infix fun <T, V> KProperty1<T, V>.contained(values: List<Any>)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod is contained in values