QueryPart<T> class
Represents any type of sql statements.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parametersBuilder ↔ List Function()?
-
Build the sql query of this QueryPart parameters.
getter/setter pair
- queryBuilder ↔ String Function()?
-
Build the sql query of this QueryPart.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
asNamed(
String name) → QueryPart - Get QueryPart with custom name.
-
buildQuery(
) → String - Get the sql text represents this QueryPart
-
getParameters(
) → List - Get the parameters of this QueryPart,
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
typeof(
) → StringField -
Get the db type of this query part using
TYPEOF()
function.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited