FutureCallEntryRepository class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

count(Session session, {WhereExpressionBuilder<FutureCallEntryTable>? where, int? limit, Transaction? transaction}) Future<int>
delete(Session session, List<FutureCallEntry> rows, {Transaction? transaction}) Future<List<int>>
deleteRow(Session session, FutureCallEntry row, {Transaction? transaction}) Future<int>
deleteWhere(Session session, {required WhereExpressionBuilder<FutureCallEntryTable> where, Transaction? transaction}) Future<List<int>>
find(Session session, {WhereExpressionBuilder<FutureCallEntryTable>? where, int? limit, int? offset, OrderByBuilder<FutureCallEntryTable>? orderBy, bool orderDescending = false, OrderByListBuilder<FutureCallEntryTable>? orderByList, Transaction? transaction}) Future<List<FutureCallEntry>>
findById(Session session, int id, {Transaction? transaction}) Future<FutureCallEntry?>
findFirstRow(Session session, {WhereExpressionBuilder<FutureCallEntryTable>? where, int? offset, OrderByBuilder<FutureCallEntryTable>? orderBy, bool orderDescending = false, OrderByListBuilder<FutureCallEntryTable>? orderByList, Transaction? transaction}) Future<FutureCallEntry?>
insert(Session session, List<FutureCallEntry> rows, {Transaction? transaction}) Future<List<FutureCallEntry>>
insertRow(Session session, FutureCallEntry row, {Transaction? transaction}) Future<FutureCallEntry>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Session session, List<FutureCallEntry> rows, {ColumnSelections<FutureCallEntryTable>? columns, Transaction? transaction}) Future<List<FutureCallEntry>>
updateRow(Session session, FutureCallEntry row, {ColumnSelections<FutureCallEntryTable>? columns, Transaction? transaction}) Future<FutureCallEntry>

Operators

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