SqlWhereBuilder class

Properties

build String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

andConditionWhere(String where) SqlWhereBuilder
自定义条件
andWhere({required String fieldName, required SqlOperator operator, required String value}) SqlWhereBuilder
eg. a='val1' and b='val2'
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orWhere({required SqlWhereBuilder childBuild}) SqlWhereBuilder
or (c='c1' ...) eg. a='val1' and b='val2' or (c='c1' and ...)
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

builder SqlWhereBuilder
no setter