Dynamo datamapper

v0.1.0

  • Pages
  • Modules

    Dynamo datamapper v0.1.0 DataMapper.Actions.Query View Source

    Link to this section Summary

    Functions

    add_filter(pid, field, value, comparison \\ "=", operator \\ "and")
    add_index(pid, index)
    add_key_condition(pid, field, value, pk \\ false)
    add_limit(pid, limit)
    count(pid)
    get(pid, table_name)
    get_struct(pid)
    has_key_condition(pid)
    sort(pid, sort)

    Link to this section Functions

    Link to this function add_filter(pid, field, value, comparison \\ "=", operator \\ "and") View Source
    Link to this function add_index(pid, index) View Source
    Link to this function add_key_condition(pid, field, value, pk \\ false) View Source
    Link to this function add_limit(pid, limit) View Source
    Link to this function count(pid) View Source
    Link to this function get(pid, table_name) View Source
    Link to this function get_struct(pid) View Source
    Link to this function has_key_condition(pid) View Source
    Link to this function sort(pid, sort) View Source

    Built using ExDoc (v0.19.0), designed by Friedel Ziegelmayer.