JsonSqlExpressionBuilder<T, K> class abstract

Inheritance
Implementers

Constructors

JsonSqlExpressionBuilder(Query<dynamic, QueryWhere> query, String columnName)

Properties

columnName String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasRaw bool
no setter
hasValue bool
no setteroverride
isNotNull → void
no setter
isNull → void
no setter
query Query<dynamic, QueryWhere>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
substitution String
no setterinherited

Methods

compile() String
override
contains(T value) → void
equals(T value) → void
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
operator [](K name) JsonSqlExpressionBuilderProperty