exqlite
v0.4.8
Pages
Modules
Ecto.Adapters.Exqlite.Connection
(exqlite v0.4.8)
View Source
Link to this section
Summary
Functions
build_explain_query(query)
conflict_target(targets)
create_alias(arg1)
create_name(sources, pos, as_prefix)
create_names(query)
create_names(map, as_prefix)
create_names(sources, pos, limit, as_prefix)
cte(query, sources)
distinct(arg1, sources, query)
expr(list, sources, query)
from(query, sources)
group_by(query, sources)
handle_call(fun, arg2)
having(query, sources)
insert(prefix, table, header, rows, on_conflict, returning, arg7)
insert_all(rows)
insert_all(query, counter)
insert_each(values, counter)
interval(count, interval, sources)
join(query, sources)
limit(query, sources)
lock(query, sources)
offset(query, sources)
on_conflict(arg, header)
order_by(query, sources)
quote_name(name)
quote_table(table)
replace_all(header)
select(query, sources)
sleep(opts)
start_link(opts)
where(query, sources)
window(query, sources)
Link to this section
Functions
Link to this function
build_explain_query(query)
View Source
Link to this function
conflict_target(targets)
View Source
Link to this function
create_alias(arg1)
View Source
Link to this function
create_name(sources, pos, as_prefix)
View Source
Link to this function
create_names(query)
View Source
Link to this function
create_names(map, as_prefix)
View Source
Link to this function
create_names(sources, pos, limit, as_prefix)
View Source
Link to this function
cte(query, sources)
View Source
Link to this function
distinct(arg1, sources, query)
View Source
Link to this function
expr(list, sources, query)
View Source
Link to this function
from(query, sources)
View Source
Link to this function
group_by(query, sources)
View Source
Link to this function
handle_call(fun, arg2)
View Source
Link to this function
having(query, sources)
View Source
Link to this function
insert(prefix, table, header, rows, on_conflict, returning, arg7)
View Source
Link to this function
insert_all(rows)
View Source
Link to this function
insert_all(query, counter)
View Source
Link to this function
insert_each(values, counter)
View Source
Link to this function
interval(count, interval, sources)
View Source
Link to this function
join(query, sources)
View Source
Link to this function
limit(query, sources)
View Source
Link to this function
lock(query, sources)
View Source
Link to this function
offset(query, sources)
View Source
Link to this function
on_conflict(arg, header)
View Source
Link to this function
order_by(query, sources)
View Source
Link to this function
quote_name(name)
View Source
Link to this function
quote_table(table)
View Source
Link to this function
replace_all(header)
View Source
Link to this function
select(query, sources)
View Source
Link to this function
sleep(opts)
View Source
Link to this function
start_link(opts)
View Source
Link to this function
where(query, sources)
View Source
Link to this function
window(query, sources)
View Source