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

Operators

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