orWhereNested abstract method
Add a nested OR WHERE clause group
Implementation
QueryBuilderInterface<T> orWhereNested(
void Function(QueryBuilderInterface<T> query) callback,
);
Add a nested OR WHERE clause group
QueryBuilderInterface<T> orWhereNested(
void Function(QueryBuilderInterface<T> query) callback,
);