- Ecto
-
Ecto.Changeset
- Sections
- Summary
- Types
-
Functions
- add_error/4
- apply_action/2
- apply_action!/2
- apply_changes/1
- assoc_constraint/3
- cast/4
- cast_assoc/3
- cast_embed/3
- change/2
- check_constraint/3
- constraints/1
- delete_change/2
- exclusion_constraint/3
- fetch_change/2
- fetch_change!/2
- fetch_field/2
- fetch_field!/2
- force_change/3
- foreign_key_constraint/3
- get_change/3
- get_field/3
- merge/2
- no_assoc_constraint/3
- optimistic_lock/3
- prepare_changes/2
- put_assoc/4
- put_change/3
- put_embed/4
- traverse_errors/2
- traverse_validations/2
- unique_constraint/3
- unsafe_validate_unique/4
- update_change/3
- validate_acceptance/3
- validate_change/3
- validate_change/4
- validate_confirmation/3
- validate_exclusion/4
- validate_format/4
- validate_inclusion/4
- validate_length/3
- validate_number/3
- validate_required/3
- validate_subset/4
- validations/1
- Ecto.Multi
-
Ecto.Query
- Sections
- Summary
- Types
-
Functions
- distinct/3
- dynamic/2
- except/2
- except_all/2
- exclude/2
- first/2
- from/2
- group_by/3
- has_named_binding?/2
- having/3
- intersect/2
- intersect_all/2
- join/5
- last/2
- limit/3
- lock/3
- offset/3
- or_having/3
- or_where/3
- order_by/3
- preload/3
- put_query_prefix/2
- recursive_ctes/2
- reverse_order/1
- select/3
- select_merge/3
- subquery/2
- union/2
- union_all/2
- update/3
- where/3
- windows/3
- with_cte/3
- with_named_binding/3
- Ecto.Repo
- Ecto.Schema
- Ecto.Schema.Metadata
- Mix.Ecto
- Types
- Ecto.Enum
- Ecto.ParameterizedType
- Ecto.Type
- Ecto.UUID
- Query APIs
-
Ecto.Query.API
- Sections
- Summary
-
Functions
- */2
- +/2
- -/2
- //2
- !=/2
- </2
- <=/2
- ==/2
- >/2
- >=/2
- ago/2
- all/1
- and/2
- any/1
- as/1
- avg/1
- coalesce/2
- count/0
- count/1
- count/2
- date_add/3
- datetime_add/3
- exists/1
- field/2
- filter/2
- fragment/1
- from_now/2
- ilike/2
- in/2
- is_nil/1
- json_extract_path/2
- like/2
- map/2
- max/1
- merge/2
- min/1
- not/1
- or/2
- parent_as/1
- selected_as/1
- selected_as/2
- struct/2
- sum/1
- type/2
- Ecto.Query.WindowAPI
- Ecto.Queryable
- Ecto.SubQuery
- Adapter specification
- Ecto.Adapter
- Ecto.Adapter.Queryable
- Ecto.Adapter.Schema
- Ecto.Adapter.Storage
- Ecto.Adapter.Transaction
- Relation structs
-
Ecto.Association.BelongsTo
-
Ecto.Association.Has
-
Ecto.Association.HasThrough
- Ecto.Association.ManyToMany
- Ecto.Association.NotLoaded
- Ecto.Embedded
- Exceptions
-
Ecto.CastError
-
Ecto.ChangeError
-
Ecto.ConstraintError
- Ecto.InvalidChangesetError
-
Ecto.InvalidURLError
-
Ecto.MigrationError
-
Ecto.MultiplePrimaryKeyError
-
Ecto.MultipleResultsError
-
Ecto.NoPrimaryKeyFieldError
-
Ecto.NoPrimaryKeyValueError
-
Ecto.NoResultsError
-
Ecto.Query.CastError
-
Ecto.Query.CompileError
-
Ecto.QueryError
-
Ecto.StaleEntryError
-
Ecto.SubQueryError