QueryString class

Inheritance

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
sections List<QueryPrintable>
final

Methods

add(QueryPrintable value) → void
adding(QueryPrintable value) QueryString
column(String value) QueryString
comaSpaceSeparated(Iterable<QueryPrintable> values) QueryString
commaSeparated(Iterable<QueryPrintable> values) QueryString
condition(bool? compare, FunctionQueryBuilder fn, {FunctionQueryBuilder? elseClause}) QueryString
join(Iterable<QueryPrintable> values, [QueryPrintable? separator]) QueryString
keyword(String value) QueryString
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notNull<T>(T? compare, QueryPrintable fn(QueryString, T), {FunctionQueryBuilder? elseClause}) QueryString
parentheses(FunctionQueryBuilder fn) QueryString
plain() String
override
printable() String
override
space() QueryString
spaceSeparated(Iterable<QueryPrintable> values) QueryString
special(String value) QueryString
toString() String
A string representation of this object.
override
userFunction(String value) QueryString
userInput(String value) QueryString

Operators

operator +(QueryStringSection value) QueryString
operator ==(Object other) bool
The equality operator.
inherited