CourseOfferingsCompanion class
Constructors
-
CourseOfferingsCompanion({Value<int> id = const Value.absent(), Value<DateTime?> fetchedAt = const Value.absent(), Value<int> course = const Value.absent(), Value<int> semester = const Value.absent(), Value<String> number = const Value.absent(), Value<int> phase = const Value.absent(), Value<CourseType> courseType = const Value.absent(), Value<String?> status = const Value.absent(), Value<String?> language = const Value.absent(), Value<int?> enrolled = const Value.absent(), Value<int?> withdrawn = const Value.absent(), Value<String?> syllabusId = const Value.absent(), Value<DateTime?> syllabusUpdatedAt = const Value.absent(), Value<String?> objective = const Value.absent(), Value<String?> weeklyPlan = const Value.absent(), Value<String?> evaluation = const Value.absent(), Value<String?> textbooks = const Value.absent()})
-
const
-
CourseOfferingsCompanion.insert({Value<int> id = const Value.absent(), Value<DateTime?> fetchedAt = const Value.absent(), required int course, required int semester, required String number, required int phase, required CourseType courseType, Value<String?> status = const Value.absent(), Value<String?> language = const Value.absent(), Value<int?> enrolled = const Value.absent(), Value<int?> withdrawn = const Value.absent(), Value<String?> syllabusId = const Value.absent(), Value<DateTime?> syllabusUpdatedAt = const Value.absent(), Value<String?> objective = const Value.absent(), Value<String?> weeklyPlan = const Value.absent(), Value<String?> evaluation = const Value.absent(), Value<String?> textbooks = const Value.absent()})
-
Methods
-
copyWith({Value<int>? id, Value<DateTime?>? fetchedAt, Value<int>? course, Value<int>? semester, Value<String>? number, Value<int>? phase, Value<CourseType>? courseType, Value<String?>? status, Value<String?>? language, Value<int?>? enrolled, Value<int?>? withdrawn, Value<String?>? syllabusId, Value<DateTime?>? syllabusUpdatedAt, Value<String?>? objective, Value<String?>? weeklyPlan, Value<String?>? evaluation, Value<String?>? textbooks})
→ CourseOfferingsCompanion
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toColumns(bool nullToAbsent)
→ Map<String, Expression<Object>>
-
Converts this object into a map of column names to expressions to insert
or update.
override
-
toString()
→ String
-
A string representation of this object.
override
Static Methods
-
custom({Expression<int>? id, Expression<DateTime>? fetchedAt, Expression<int>? course, Expression<int>? semester, Expression<String>? number, Expression<int>? phase, Expression<String>? courseType, Expression<String>? status, Expression<String>? language, Expression<int>? enrolled, Expression<int>? withdrawn, Expression<String>? syllabusId, Expression<DateTime>? syllabusUpdatedAt, Expression<String>? objective, Expression<String>? weeklyPlan, Expression<String>? evaluation, Expression<String>? textbooks})
→ Insertable<CourseOffering>
-