like

fun like(column: String, pattern: String)(source)

Finds all rows where the value of the column matches the specified pattern


infix fun <T, V> KProperty1<T, V>.like(pattern: String)(source)

Finds all rows where the value of the column with the name of the KProperty1 converted using propertyConversionMethod matches the specified pattern