where

Specify the where clause of this query using the given condition expression.


inline fun Query.where(condition: () -> ColumnDeclaring<Boolean>): Query(source)

Specify the where clause of this query using the expression returned by the given callback function.