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

Operators

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