$$CourseOfferingsTableReferences class final

Inheritance

Constructors

$$CourseOfferingsTableReferences(_$AppDatabase $_db, TableInfo<$CourseOfferingsTable, CourseOffering> $_table, TypedResult $_typedResult)

Properties

$_db → _$AppDatabase
The database instance
finalinherited
$_item CourseOffering
The item these references are for.
latefinalinherited
$_table TableInfo<$CourseOfferingsTable, CourseOffering>
The table of this item
finalinherited
$_typedResult TypedResult
The raw TypedResult for this item
finalinherited
course $$CoursesTableProcessedTableManager
no setter
courseOfferingClassesRefs $$CourseOfferingClassesTableProcessedTableManager
no setter
courseOfferingStudentsRefs $$CourseOfferingStudentsTableProcessedTableManager
no setter
courseOfferingTeachersRefs $$CourseOfferingTeachersTableProcessedTableManager
no setter
hashCode int
The hash code for this object.
no setterinherited
materialsRefs $$MaterialsTableProcessedTableManager
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedulesRefs $$SchedulesTableProcessedTableManager
no setter
scoresRefs $$ScoresTableProcessedTableManager
no setter
semester $$SemestersTableProcessedTableManager
no setter

Methods

$_itemColumn<C extends Object>(String name) → C?
Extracts the value of a column with the given name in the $_typedResult row.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited