FluentQuery class

API-functions exposed.

Constructors

FluentQuery()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

delete(QueryBuilderOptions options) QueryBuilder
Starts the DELETE-query with the provided options. @param options Options to use for query generation. @return QueryBuilder
expression({QueryBuilderOptions? options}) Expression
Starts a new expression with the provided options. @param options Options to use for expression generation. @return Expression
insert({QueryBuilderOptions? options}) QueryBuilder
Starts the INSERT-query with the provided options. @param options Options to use for query generation. @return QueryBuilder
select({QueryBuilderOptions? options}) QueryBuilder
Starts the SELECT-query chain with the provided options @param options Options to use for query generation. @return QueryBuilder
update({QueryBuilderOptions? options}) QueryBuilder
Starts the UPDATE-query. @param options Options to use for query generation. @return QueryBuilder