Class Illuminate\Database\Eloquent\Builder

<TModel is Model>

implements Builder
uses BuildsQueries, ForwardsCalls, QueriesRelationships
Methods
Methods used from Illuminate\Database\Concerns\BuildsQueries
chunk(), chunkMap(), each(), chunkById(), chunkByIdDesc(), orderedChunkById(), eachById(), lazy(), lazyById(), lazyByIdDesc(), orderedLazyById(), first(), paginateUsingCursor(), getOriginalColumnNameForCursorPagination(), paginator(), simplePaginator(), cursorPaginator(), tap()
Methods used from Illuminate\Support\Traits\ForwardsCalls
forwardCallTo(), forwardDecoratedCallTo(), throwBadMethodCallException()
Methods used from Illuminate\Database\Eloquent\Concerns\QueriesRelationships
has(), hasNested(), orHas(), doesntHave(), orDoesntHave(), whereHas(), withWhereHas(), orWhereHas(), whereDoesntHave(), orWhereDoesntHave(), hasMorph(), getBelongsToRelation(), orHasMorph(), doesntHaveMorph(), orDoesntHaveMorph(), whereHasMorph(), orWhereHasMorph(), whereDoesntHaveMorph(), orWhereDoesntHaveMorph(), whereRelation(), withWhereRelation(), orWhereRelation(), whereDoesntHaveRelation(), orWhereDoesntHaveRelation(), whereMorphRelation(), orWhereMorphRelation(), whereMorphDoesntHaveRelation(), orWhereMorphDoesntHaveRelation(), whereMorphedTo(), whereNotMorphedTo(), orWhereMorphedTo(), orWhereNotMorphedTo(), whereBelongsTo(), orWhereBelongsTo(), withAggregate(), getRelationHashedColumn(), withCount(), withMax(), withMin(), withSum(), withAvg(), withExists(), addHasWhere(), mergeConstraintsFrom(), requalifyWhereTables(), addWhereCountQuery(), getRelationWithoutConstraints(), canUseExistsForExistenceCheck()
Properties