or method

QueryBuilder<OBJ, R, QWhereClause> or()

Union of two where clauses.

Implementation

QueryBuilder<OBJ, R, QWhereClause> or() {
  return copyWithInternal();
}