TransactionsFactory class

Constructors

TransactionsFactory(WardenType? localWardenType, WardenType? remoteWardenType, SchemaMetaData? smd, SchemaMetaData smdSys, DbTransaction transaction)

Properties

hashCode int
The hash code for this object.
no setterinherited
localWardenType WardenType?
getter/setter pair
remoteWardenType WardenType?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smd SchemaMetaData?
getter/setter pair
smdSys SchemaMetaData
getter/setter pair
transaction DbTransaction
getter/setter pair

Methods

getTransactionsFromRemoteDto(RemoteDto remoteDto) Future<AbstractTableTransactions>
getTransactionsFromWaterLineFieldDto(WaterLineFieldDto waterLineFieldDto) Future<AbstractTableTransactions>
getTransactionsFromWaterLineTs(int waterLineTs) Future<AbstractTableTransactions>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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