whereRaw method

QueryBuilder whereRaw(
  1. String whereRawSql, [
  2. String andOr = 'AND'
])

Implementation

QueryBuilder whereRaw(String whereRawSql, [String andOr = 'AND']) {
  throw UnsupportedOperationException('`whereRaw` not implemented');
}