WhereClauseBuilder class
A builder for making WhereClauseElements.
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
and(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause. -
build(
) → WhereClauseGroup - Builds the where clause.
-
closeBracket(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a grouping operator to the where clause. -
condition(
Operand leftOperand, ClauseOperator clauseOperator, Operand rightOperand) → void - Adds a where condition to the where clause.
-
equalsNumber(
ColumnReferenceOperand columnReferenceOperand, num number) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause. -
equalsText(
ColumnReferenceOperand columnReferenceOperand, String text) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause. -
groupingOperator(
GroupingOperator groupingOperator) → void - Adds a grouping operator to the where clause.
-
logicalOperator(
LogicalOperator logicalOperator) → void - Adds a logical operator to the where clause.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openBracket(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a grouping operator to the where clause. -
or(
) → void -
Available on WhereClauseBuilder, provided by the WhereClauseBuilderExtensions extension
Adds a where condition to the where clause. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited