MoorEntityWithResultSet class abstract

Inheritance
Implementers
Available Extensions

Constructors

MoorEntityWithResultSet()

Properties

columns List<MoorColumn>
The columns declared in this table or view.
no setter
customParentClass String?
Class that added to data class as implementation
no setter
dartTypeName String
The name of the Dart row class for this result set.
no setter
dbGetterName String?
The getter in a generated database accessor referring to this model.
no setterinherited
declaration Declaration?
Gets the declaration of this element, if set.
no setterinherited
displayName String
A human readable name of this entity, like the table name.
no setterinherited
dslName String
The name of the Dart class storing the right column getters for this type.
no setter
entityInfoName String
The name of the Dart class storing additional properties like type converters.
no setter
existingRowClass ExistingRowClass?
The existing class designed to hold a row, if there is any.
no setter
hasExistingRowClass bool
Whether this table has an existing row class, meaning that moor doesn't have to generate one on its own.
no setter
hashCode int
The hash code for this object.
no setterinherited
references Iterable<MoorSchemaEntity>
All entities that have to be created before this entity can be created.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dartTypeCode([GenerationOptions options = const GenerationOptions()]) String
The type name of the Dart row class for this result set.
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