Skip to main content

Crate ngb_sqlbuilder

Crate ngb_sqlbuilder 

Source

Structs§

Clause
Column
Condition
Delete
DeleteWhere
End
From
Group
Insert
Join
OnConflictHandle
Order
Paging
Raw
Select
SelectCondition
Table
Update
UpdateSet
UpdateWhere
Where

Traits§

Build
SqlClause
ToClause

Functions§

ands
avg_col
Aggregate average AVG(column). By default, this function returns numeric type.
avg_col_f64
Aggregate function average AVG(column) and cast it to double precision
between
col
Create column clause
col_op
cols
delete_from
eq
extract_col
func
func_col
gt
gte
ilike
insert_into
Begin INSERT statement
like
lt
lte
max_col
min_col
on_col_pair
Arguments
on_col_pairs
Arguments
on_wrap
op
ors
raw
select
Begin SELECT statement
select_all
sum_col
update
Begin UPDATE statement
using
using_col
Arguments
using_cols
Arguments
val
Add value bind
where_col