AccessWriter class

A writer for converting data for saving to the database. The plugin shall implement its own converters.

Constructors

AccessWriter()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDateTimeDirectly bool
Whether DateTime can be saved directly without converting. If true, it means dateTime basically does nothing.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dateTime(DateTime? value) Object?
Converts the DateTime value. *
entities<T extends Entity>(Iterable<T?>? value) List?
Converts a collection of Entity instances. *
entity(Entity? value) Object?
Covnerts the Entity instance. *
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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