TableOrViewWriter class abstract

Common writer for tables or views.

Both classes need to generate column getters and a mapping function.

Implementers

Constructors

TableOrViewWriter()

Properties

buffer StringBuffer
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableOrView MoorEntityWithResultSet
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeAsDslTable() → void
writeColumnGetter(MoorColumn column, GenerationOptions options, bool isOverride) → void
writeGetColumnsOverride() → void
writeMappingMethod(Scope scope) → void

Operators

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