where abstract method

Where where(
  1. ExpressionInterface expression
)

Creates and returns a WHERE clause query component with the given expression.

Implementation

Where where(ExpressionInterface expression);