WhereData class

Constructors

WhereData()

Properties

hashCode int
The hash code for this object.
no setterinherited
limit int?
getter/setter pair
orderStructList List<OrderStruct>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
whereStructList List<WhereStruct>
no setter

Methods

addOrder(String orderFieldName, OrderType orderType) → void
addWhereFindNull(String fieldName, Object? value, {int? table_id}) → void
If value is null then search value IS NULL
contains(String fieldName, {int? table_id}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String fieldName, SqlOperator sqlOperator, Object? value, {int? table_id}) → void
toJson({bool includeTableName = false}) String
toString() String
A string representation of this object.
override

Operators

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

Static Methods

getSqlOperatorString(SqlOperator sqlOperator) String