where abstract method

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

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

Implementation

@override
AsyncWhere where(ExpressionInterface expression);