where

infix fun WhereRouter.where(builder: WhereBuilder.() -> Expression): Where(source)

Create and chain a WHERE component for specifying the WHERE clause of the query.

Return

the WHERE component.

Parameters

builder

a WhereBuilder block specifying the WHERE clause expression.