SQLConditionValue class
- Inheritance
-
- Object
- SQLCondition
- SQLConditionValue
Constructors
- SQLConditionValue.new(String field, String op, Object? value)
- SQLConditionValue.fromJson(List json)
-
factory
Properties
Methods
-
build(
{required SQLDialect dialect, Map< String, dynamic> ? variables, List<SQL> ? executedSqls}) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → List -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited