CourseOfferingsCompanion class

Inheritance

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<String?> remarks = const Value.absent(), Value<String?> syllabusId = const Value.absent(), Value<DateTime?> syllabusUpdatedAt = const Value.absent(), Value<int?> enrolled = const Value.absent(), Value<int?> withdrawn = 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(), Value<String?> syllabusRemarks = 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, 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<String?> remarks = const Value.absent(), Value<String?> syllabusId = const Value.absent(), Value<DateTime?> syllabusUpdatedAt = const Value.absent(), Value<int?> enrolled = const Value.absent(), Value<int?> withdrawn = 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(), Value<String?> syllabusRemarks = const Value.absent()})

Properties

course Value<int>
final
courseType Value<CourseType?>
final
enrolled Value<int?>
final
evaluation Value<String?>
final
fetchedAt Value<DateTime?>
final
hashCode int
The hash code for this object.
no setterinherited
id Value<int>
final
language Value<String?>
final
number Value<String>
final
objective Value<String?>
final
phase Value<int?>
final
remarks Value<String?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semester Value<int>
final
status Value<String?>
final
syllabusId Value<String?>
final
syllabusRemarks Value<String?>
final
syllabusUpdatedAt Value<DateTime?>
final
textbooks Value<String?>
final
weeklyPlan Value<String?>
final
withdrawn Value<int?>
final

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<String?>? remarks, Value<String?>? syllabusId, Value<DateTime?>? syllabusUpdatedAt, Value<int?>? enrolled, Value<int?>? withdrawn, Value<String?>? objective, Value<String?>? weeklyPlan, Value<String?>? evaluation, Value<String?>? textbooks, Value<String?>? syllabusRemarks}) 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

Operators

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

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<String>? remarks, Expression<String>? syllabusId, Expression<DateTime>? syllabusUpdatedAt, Expression<int>? enrolled, Expression<int>? withdrawn, Expression<String>? objective, Expression<String>? weeklyPlan, Expression<String>? evaluation, Expression<String>? textbooks, Expression<String>? syllabusRemarks}) Insertable<CourseOffering>