ServerHealthMetricRepository 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<ServerHealthMetricTable>? where, int? limit, Transaction? transaction}) Future<int>
delete(Session session, List<ServerHealthMetric> rows, {Transaction? transaction}) Future<List<int>>
deleteRow(Session session, ServerHealthMetric row, {Transaction? transaction}) Future<int>
deleteWhere(Session session, {required WhereExpressionBuilder<ServerHealthMetricTable> where, Transaction? transaction}) Future<List<int>>
find(Session session, {WhereExpressionBuilder<ServerHealthMetricTable>? where, int? limit, int? offset, OrderByBuilder<ServerHealthMetricTable>? orderBy, bool orderDescending = false, OrderByListBuilder<ServerHealthMetricTable>? orderByList, Transaction? transaction}) Future<List<ServerHealthMetric>>
findById(Session session, int id, {Transaction? transaction}) Future<ServerHealthMetric?>
findFirstRow(Session session, {WhereExpressionBuilder<ServerHealthMetricTable>? where, int? offset, OrderByBuilder<ServerHealthMetricTable>? orderBy, bool orderDescending = false, OrderByListBuilder<ServerHealthMetricTable>? orderByList, Transaction? transaction}) Future<ServerHealthMetric?>
insert(Session session, List<ServerHealthMetric> rows, {Transaction? transaction}) Future<List<ServerHealthMetric>>
insertRow(Session session, ServerHealthMetric row, {Transaction? transaction}) Future<ServerHealthMetric>
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<ServerHealthMetric> rows, {ColumnSelections<ServerHealthMetricTable>? columns, Transaction? transaction}) Future<List<ServerHealthMetric>>
updateRow(Session session, ServerHealthMetric row, {ColumnSelections<ServerHealthMetricTable>? columns, Transaction? transaction}) Future<ServerHealthMetric>

Operators

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