contains

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

Finds all rows where the value of the column contains values

Parameters

column

The column name to filter on

values

The values to filter on


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

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod contains values