UserSemesterRankingsCompanion class

Inheritance

Constructors

UserSemesterRankingsCompanion({Value<int> summary = const Value.absent(), Value<RankingType> rankingType = const Value.absent(), Value<int> semesterRank = const Value.absent(), Value<int> semesterTotal = const Value.absent(), Value<int> grandTotalRank = const Value.absent(), Value<int> grandTotalTotal = const Value.absent(), Value<int> rowid = const Value.absent()})
const
UserSemesterRankingsCompanion.insert({required int summary, required RankingType rankingType, required int semesterRank, required int semesterTotal, required int grandTotalRank, required int grandTotalTotal, Value<int> rowid = const Value.absent()})

Properties

grandTotalRank Value<int>
final
grandTotalTotal Value<int>
final
hashCode int
The hash code for this object.
no setterinherited
rankingType Value<RankingType>
final
rowid Value<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semesterRank Value<int>
final
semesterTotal Value<int>
final
summary Value<int>
final

Methods

copyWith({Value<int>? summary, Value<RankingType>? rankingType, Value<int>? semesterRank, Value<int>? semesterTotal, Value<int>? grandTotalRank, Value<int>? grandTotalTotal, Value<int>? rowid}) UserSemesterRankingsCompanion
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>? summary, Expression<String>? rankingType, Expression<int>? semesterRank, Expression<int>? semesterTotal, Expression<int>? grandTotalRank, Expression<int>? grandTotalTotal, Expression<int>? rowid}) Insertable<UserSemesterRanking>