View Source Ravix.Ecto.Adapter (ravix_ecto v0.3.0)

Link to this section Summary

Functions

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.

Link to this function

checked_out?(adapter_meta)

View Source

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

Link to this function

checkout(adapter_meta, config, function)

View Source
@spec checkout(any(), any(), any()) :: no_return()

Callback implementation for Ecto.Adapter.checkout/3.

Link to this function

delete(adapter_meta, schema_meta, filters, options)

View Source

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

Link to this function

dumpers(primitive, type)

View Source

Callback implementation for Ecto.Adapter.dumpers/2.

Link to this function

ensure_all_started(repo, type)

View Source

Callback implementation for Ecto.Adapter.ensure_all_started/2.

Link to this function

execute(repo, query_meta, query_cache, params, opts)

View Source

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

Callback implementation for Ecto.Adapter.init/1.

Link to this function

insert(adapter_meta, schema_meta, fields, on_conflict, returning, options)

View Source

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

Link to this function

insert_all(adapter_meta, schema_meta, header, fields, on_conflict, returning, placeholders, options)

View Source

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

Link to this function

loaders(primitive, type)

View Source

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.Storage.storage_down/1.

Callback implementation for Ecto.Adapter.Storage.storage_status/1.

Callback implementation for Ecto.Adapter.Storage.storage_up/1.

Link to this function

stream(repo, query_meta, query_cache, params, opts)

View Source
@spec stream(any(), any(), any(), any(), any()) :: no_return()

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

Link to this function

update(repo, meta, fields, filters, returning, opts)

View Source

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