TeacherSemestersCompanion class
- Inheritance
-
- Object
- UpdateCompanion<
TeacherSemester> - TeacherSemestersCompanion
Constructors
-
TeacherSemestersCompanion({Value<
int> id = const Value.absent(), Value<DateTime?> fetchedAt = const Value.absent(), Value<int> teacher = const Value.absent(), Value<int> semester = const Value.absent(), Value<String?> email = const Value.absent(), Value<int?> department = const Value.absent(), Value<String?> title = const Value.absent(), Value<double?> teachingHours = const Value.absent(), Value<String?> officeHoursNote = const Value.absent()}) -
const
-
TeacherSemestersCompanion.insert({Value<
int> id = const Value.absent(), Value<DateTime?> fetchedAt = const Value.absent(), required int teacher, required int semester, Value<String?> email = const Value.absent(), Value<int?> department = const Value.absent(), Value<String?> title = const Value.absent(), Value<double?> teachingHours = const Value.absent(), Value<String?> officeHoursNote = const Value.absent()})
Properties
-
department
→ Value<
int?> -
final
-
email
→ Value<
String?> -
final
-
fetchedAt
→ Value<
DateTime?> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
id
→ Value<
int> -
final
-
officeHoursNote
→ Value<
String?> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
semester
→ Value<
int> -
final
-
teacher
→ Value<
int> -
final
-
teachingHours
→ Value<
double?> -
final
-
title
→ Value<
String?> -
final
Methods
-
copyWith(
{Value< int> ? id, Value<DateTime?> ? fetchedAt, Value<int> ? teacher, Value<int> ? semester, Value<String?> ? email, Value<int?> ? department, Value<String?> ? title, Value<double?> ? teachingHours, Value<String?> ? officeHoursNote}) → TeacherSemestersCompanion -
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> ? teacher, Expression<int> ? semester, Expression<String> ? email, Expression<int> ? department, Expression<String> ? title, Expression<double> ? teachingHours, Expression<String> ? officeHoursNote}) → Insertable<TeacherSemester>