where

expect open override fun where(expression: Expression): Where(source)

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

Return

the WHERE component.

Parameters

expression

the WHERE clause expression.

actual open override fun where(expression: Expression): Where(source)

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

Return

the WHERE component.

Parameters

expression

the WHERE clause expression.

actual open override fun where(expression: Expression): Where(source)