View Source SoftBank.Repo (soft_bank v1.2.5)

Summary

Functions

Wraps Ecto.Repo.all/2 with an additional SoftBank.Config argument.

Wraps Ecto.Repo.config/0 with an additional SoftBank.Config argument.

The default values extracted from SoftBank.Config for use in all queries with options.

Wraps Ecto.Repo.load/2 with an additional SoftBank.Config argument.

Wraps Ecto.Repo.one/2 with an additional SoftBank.Config argument.

Wraps Ecto.Adapters.SQL.Repo.query/4 with an added SoftBank.Config argument.

Wraps Ecto.Adapters.SQL.Repo.query!/4 with an added SoftBank.Config argument.

Wraps Ecto.Repo.rollback/1 with an additional SoftBank.Config argument.

Wraps Ecto.Adapters.SQL.Repo.to_sql/2 with an added SoftBank.Config argument.

Empty the Database Table

Functions

Link to this function

aggregate(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.aggregate/3 with an additional SoftBank.Config argument.

Link to this function

all(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.all/2 with an additional SoftBank.Config argument.

Link to this function

checkout(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.checkout/2 with an additional SoftBank.Config argument.

Wraps Ecto.Repo.config/0 with an additional SoftBank.Config argument.

Link to this function

default_options(conf)

View Source (since 2.14.0)

The default values extracted from SoftBank.Config for use in all queries with options.

Link to this function

default_options(conf, arg1)

View Source

Wraps Ecto.Repo.default_options/1 with an additional SoftBank.Config argument.

Link to this function

delete(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.delete/2 with an additional SoftBank.Config argument.

Link to this function

delete!(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.delete!/2 with an additional SoftBank.Config argument.

Link to this function

delete_all(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.delete_all/2 with an additional SoftBank.Config argument.

Link to this function

exists?(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.exists?/2 with an additional SoftBank.Config argument.

Link to this function

get(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.get/3 with an additional SoftBank.Config argument.

Link to this function

get!(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.get!/3 with an additional SoftBank.Config argument.

Link to this function

get_by(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.get_by/3 with an additional SoftBank.Config argument.

Link to this function

get_by!(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.get_by!/3 with an additional SoftBank.Config argument.

Wraps Ecto.Repo.get_dynamic_repo/0 with an additional SoftBank.Config argument.

Wraps Ecto.Repo.in_transaction?/0 with an additional SoftBank.Config argument.

Link to this function

insert(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.insert/2 with an additional SoftBank.Config argument.

Link to this function

insert!(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.insert!/2 with an additional SoftBank.Config argument.

Link to this function

insert_all(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.insert_all/3 with an additional SoftBank.Config argument.

Link to this function

insert_or_update(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.insert_or_update/2 with an additional SoftBank.Config argument.

Link to this function

insert_or_update!(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.insert_or_update!/2 with an additional SoftBank.Config argument.

Wraps Ecto.Repo.load/2 with an additional SoftBank.Config argument.

Link to this function

one(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.one/2 with an additional SoftBank.Config argument.

Link to this function

one!(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.one!/2 with an additional SoftBank.Config argument.

Link to this function

preload(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.preload/3 with an additional SoftBank.Config argument.

Link to this function

put_dynamic_repo(conf, arg1)

View Source

Wraps Ecto.Repo.put_dynamic_repo/1 with an additional SoftBank.Config argument.

Link to this function

query(conf, statement, params \\ [], opts \\ [])

View Source (since 1.2.5)

Wraps Ecto.Adapters.SQL.Repo.query/4 with an added SoftBank.Config argument.

Link to this function

query!(conf, statement, params \\ [], opts \\ [])

View Source (since 2.17.0)

Wraps Ecto.Adapters.SQL.Repo.query!/4 with an added SoftBank.Config argument.

Link to this function

reload(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.reload/2 with an additional SoftBank.Config argument.

Link to this function

reload!(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.reload!/2 with an additional SoftBank.Config argument.

Wraps Ecto.Repo.rollback/1 with an additional SoftBank.Config argument.

Link to this function

stream(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.stream/2 with an additional SoftBank.Config argument.

Link to this function

to_sql(conf, kind, queryable)

View Source (since 1.2.5)

Wraps Ecto.Adapters.SQL.Repo.to_sql/2 with an added SoftBank.Config argument.

Link to this function

transaction(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.transaction/2 with an additional SoftBank.Config argument.

Empty the Database Table

Link to this function

update(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.update/2 with an additional SoftBank.Config argument.

Link to this function

update!(conf, arg1, opts \\ [])

View Source

Wraps Ecto.Repo.update!/2 with an additional SoftBank.Config argument.

Link to this function

update_all(conf, arg1, arg2, opts \\ [])

View Source

Wraps Ecto.Repo.update_all/3 with an additional SoftBank.Config argument.