NUIDBFieldQuery<T> class
- Inheritance
-
- Object
- NUIEntField<
T> - NUIDBField<
T> - NUIDBFieldQuery
Constructors
- NUIDBFieldQuery({@required String name, @required NUIEntType type, bool primaryKey = false})
Properties
- additionalFormat ↔ dynamic
-
getter/setter pairinherited
-
getter
→ EntFieldGetter<
T> -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignore → bool
-
finalinherited
- name ↔ String
-
getter/setter pairinherited
- primaryKey → bool
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
setter
→ EntFieldSetter<
T> -
finalinherited
- type ↔ NUIEntType
-
getter/setter pairinherited
Methods
-
getCreateQuery(
) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runGetter(
T data) → dynamic -
inherited
-
runSetter(
T data, dynamic value) → void -
inherited
-
structureChanged(
NUIDBFieldTracker tracker) → bool -
inherited
-
toFieldTracker(
) → NUIDBFieldTracker -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited