FoundElement class abstract

Something in the query that needs special attention when generating code, such as variables or Dart placeholders.

Implementers

Constructors

FoundElement()

Properties

dartParameterName String
no setter
hashCode int
The hash code for this object.
no setterinherited
hasSqlName bool
no setter
hidden bool
If the element should be hidden from the parameter list
no setter
name String?
The name of this element as declared in the query
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dartTypeCode([GenerationOptions options = const GenerationOptions()]) String
Dart code for a type representing tis element.
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