AbstractTransactionTrDao class abstract

Implementers

Constructors

AbstractTransactionTrDao(SchemaMetaData smdSys, DbTransaction transaction)

Properties

dao GenericDao
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smdSys SchemaMetaData
no setter

Methods

createTable() Future<bool>
deleteTR(WhereData whereData) Future<void>
deleteTrRowByTs(int ts) Future<void>
doesTableExist() Future<bool>
dropTable() Future<bool>
getAutoIncrement(String fieldName) Future<int>
getRawRowDataByTs(int ts, {FieldData? fieldData}) Future<RawRowData>
getTrSet(FieldData fieldData, TrDto trDto) FieldData
init({int? table_id, bool initTable = true}) Future<void>
insert(FieldData fieldData) Future<int?>
insertTR(TrDto trDto, FieldData fieldData) Future<int?>
modifyField(Object obj, Object newObj, String fieldName) Future<void>
modifyId(int id, int newId) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectTR(WhereData whereData, {FieldData? fieldData}) Future<RawTableData>
setWhereValues(int? ts, OperationType? operationType, int? userId, int? userTs, String? comment, int? crc, WhereData? whereData) WhereData
toString() String
A string representation of this object.
inherited
updateTR(TrDto trDto, FieldData fieldData, WhereData whereData) Future<void>
upsertTR(TrDto trDto, FieldData? fieldData, WhereData whereData) Future<RawRowData>
validateTrDto(TrDto trDto, OperationType operationType) TrDto

Operators

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