where abstract method

  1. @override
SyncWhere where(
  1. ExpressionInterface expression
)
override

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

Implementation

@override
SyncWhere where(ExpressionInterface expression);