combineConditions
fun Iterable<ColumnDeclaring<Boolean>>.combineConditions(ifEmpty: Boolean = true): ColumnDeclaring<Boolean>(source)
Combine this iterable of boolean expressions with the and operator.
If the iterable is empty, the param ifEmpty will be returned.