JsonSqlExpressionBuilderProperty class

Properties

asBool BooleanSqlExpressionBuilder?
no setter
asDateTime DateTimeSqlExpressionBuilder?
no setter
asDouble NumericSqlExpressionBuilder<double>?
no setter
asInt NumericSqlExpressionBuilder<int>?
no setter
asList ListSqlExpressionBuilder?
no setter
asMap MapSqlExpressionBuilder?
no setter
asString StringSqlExpressionBuilder?
no setter
builder JsonSqlExpressionBuilder
final
hashCode int
The hash code for this object.
no setterinherited
hasValue bool
no setter
isInt bool
final
isNotNull → void
no setter
isNull → void
no setter
name String
final
nameString String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typed SqlExpressionBuilder?
no setter

Methods

compile() String?
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