TafsirTableCompanion class

Constructors

TafsirTableCompanion.new({Value<int> id = const Value.absent(), Value<int> surahNum = const Value.absent(), Value<int> ayahNum = const Value.absent(), Value<String> tafsirText = const Value.absent(), Value<int> pageNum = const Value.absent()})
const
TafsirTableCompanion.insert({Value<int> id = const Value.absent(), required int surahNum, required int ayahNum, required String tafsirText, required int pageNum})

Properties

ayahNum → Value<int>
final
hashCode int
The hash code for this object.
no setterinherited
id → Value<int>
final
pageNum → Value<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surahNum → Value<int>
final
tafsirText → Value<String>
final

Methods

copyWith({Value<int>? id, Value<int>? surahNum, Value<int>? ayahNum, Value<String>? tafsirText, Value<int>? pageNum}) TafsirTableCompanion
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.
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<int>? surahNum, Expression<int>? ayahNum, Expression<String>? tafsirText, Expression<int>? pageNum}) → Insertable<TafsirTableData>