BookCompanion class
Constructors
-
BookCompanion({Value<int> id = const Value.absent(), Value<String> code = const Value.absent(), Value<String> title = const Value.absent(), Value<int> seqNum = const Value.absent(), Value<bool> published = const Value.absent(), Value<bool> locked = const Value.absent(), Value<String?> imagePath = const Value.absent(), Value<String?> description = const Value.absent(), Value<String?> note = const Value.absent()})
-
const
-
BookCompanion.insert({Value<int> id = const Value.absent(), required String code, required String title, required int seqNum, required bool published, required bool locked, Value<String?> imagePath = const Value.absent(), Value<String?> description = const Value.absent(), Value<String?> note = const Value.absent()})
-
Static Methods
-
custom({Expression<int>? id, Expression<String>? code, Expression<String>? title, Expression<int>? seqNum, Expression<bool>? published, Expression<bool>? locked, Expression<String>? imagePath, Expression<String>? description, Expression<String>? note})
→ Insertable<BookData>
-