class Backend::Db::Student::Collection
- Backend::Db::Student::Collection
- Clear::Model::CollectionBase(Backend::Db::Student)
- Reference
- Object
Overview
:doc: Clear::Model::Collection
This is the object managing a SELECT
request.
A new collection is created by calling Clear::Model.query
Collection are mutable and refining the SQL will mutate the collection.
You may want to copy the collection by calling dup
See Clear::Model::CollectionBase
Defined in:
backend/db/student.crInstance Method Summary
- #with_assignment(fetch_columns = false, &block : Assignment::Collection -> ) : self
- #with_assignment(fetch_columns = false) : self
- #with_class_model(fetch_columns = false, &block : Class::Collection -> ) : self
- #with_class_model(fetch_columns = false) : self
- #with_user(fetch_columns = false, &block : User::Collection -> ) : self
- #with_user(fetch_columns = false) : self
- #with_vote(fetch_columns = false, &block : Vote::Collection -> ) : self
- #with_vote(fetch_columns = false) : self