AntlUtilsEcto.TestAdapter (antl_utils_ecto v2.10.1) View Source

Link to this section Summary

Functions

Callback implementation for Ecto.Adapter.checked_out?/1.

Callback implementation for Ecto.Adapter.checkout/3.

Callback implementation for Ecto.Adapter.dumpers/2.

Callback implementation for Ecto.Adapter.init/1.

Callback implementation for Ecto.Adapter.loaders/2.

Link to this section Functions

Callback implementation for Ecto.Adapter.Schema.autogenerate/1.

Callback implementation for Ecto.Adapter.checked_out?/1.

Link to this function

checkout(mod, opts, fun)

View Source

Callback implementation for Ecto.Adapter.checkout/3.

Link to this function

delete(_, meta, filters, opts)

View Source

Callback implementation for Ecto.Adapter.Schema.delete/4.

Callback implementation for Ecto.Adapter.dumpers/2.

Link to this function

ensure_all_started(_, _)

View Source

Callback implementation for Ecto.Adapter.ensure_all_started/2.

Link to this function

execute(_, arg2, arg, arg4, arg5)

View Source

Callback implementation for Ecto.Adapter.Queryable.execute/5.

Callback implementation for Ecto.Adapter.Transaction.in_transaction?/1.

Callback implementation for Ecto.Adapter.init/1.

Link to this function

insert(_, meta, fields, on_conflict, returning, opts)

View Source

Callback implementation for Ecto.Adapter.Schema.insert/6.

Link to this function

insert_all(_, meta, header, rows, on_conflict, returning, placeholders, opts)

View Source

Callback implementation for Ecto.Adapter.Schema.insert_all/8.

Callback implementation for Ecto.Adapter.loaders/2.

Link to this function

prepare(operation, query)

View Source

Callback implementation for Ecto.Adapter.Queryable.prepare/2.

Callback implementation for Ecto.Adapter.Transaction.rollback/2.

Link to this function

stream(_, meta, arg, params, opts)

View Source

Callback implementation for Ecto.Adapter.Queryable.stream/5.

Link to this function

transaction(mod, opts, fun)

View Source

Callback implementation for Ecto.Adapter.Transaction.transaction/3.

Link to this function

update(_, meta, changes, filters, returning, opts)

View Source

Callback implementation for Ecto.Adapter.Schema.update/6.