CustomSqlCondition class

Inheritance
Annotations
  • @Deprecated('This method assumes that the adapter supports SQL, ' 'as well as the specific dialect you are using. Only use this method ' 'when you know the adapter implementation you are using.')

Constructors

CustomSqlCondition(String sql)

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sql String
final

Methods

and(Filter other) Filter
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(Filter other) Filter
inherited
reduce() Filter
Tries to simplify the Filter structure to avoid redundancy.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited