DataFactory class

Implemented types

Constructors

DataFactory()

Properties

hashCode int
The hash code for this object.
no setterinherited
loadBalancer Future<LoadBalancer>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onHandle<T>(DbOperationType operationType, String schema, String fields, {required SqlWhereBuilder builder}) Future<T?>
override
onPrepareData<T>(DbOperationType operationType, T data, {required SqlWhereBuilder builder}) → void
override
toString() String
A string representation of this object.
inherited

Operators

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