StringWhereExt extension

on

Properties

ISNULL Where

Available on String, provided by the StringWhereExt extension

no setter
NOT Where

Available on String, provided by the StringWhereExt extension

no setter
NOTNULL Where

Available on String, provided by the StringWhereExt extension

no setter

Methods

BETWEEN(Object minValue, Object maxValue) Where

Available on String, provided by the StringWhereExt extension

EQ(dynamic value) Where

Available on String, provided by the StringWhereExt extension

GE(dynamic value) Where

Available on String, provided by the StringWhereExt extension

GLOB(String value) Where

Available on String, provided by the StringWhereExt extension

GT(dynamic value) Where

Available on String, provided by the StringWhereExt extension

IN(AnyList values) Where

Available on String, provided by the StringWhereExt extension

LE(dynamic value) Where

Available on String, provided by the StringWhereExt extension

LIKE(String value) Where

Available on String, provided by the StringWhereExt extension

LT(dynamic value) Where

Available on String, provided by the StringWhereExt extension

MATCH(String value) Where

Available on String, provided by the StringWhereExt extension

NE(dynamic value) Where

Available on String, provided by the StringWhereExt extension

REGEXP(String value) Where

Available on String, provided by the StringWhereExt extension