Pollex.SrcAdapter.AlphabeticAdapter behaviour (pollex v1.0.1)

View Source

Summary

Callbacks

load(table, repo, columns, starting_with, query_column)

@callback load(
  table :: Ecto.Schema.t(),
  repo :: module(),
  columns :: [atom()],
  starting_with :: binary(),
  query_column :: binary()
) :: {:ok, list() | {:error, any()}}