xarango

v0.7.0

  • Pages
  • Modules
  • Exceptions

    xarango v0.7.0 Xarango.AQL

    Link to this section Summary

    Functions

    any(map, relation)
    any(map1, relation, map2)
    filter(aql, filters)
    from(collection)
    fulltext(aql, field, value)
    graph(aql, graph)
    inbound(map, relation)
    inbound(map1, relation, map2)
    limit(aql, limit, skip \\ nil)
    options(aql, options)
    outbound(map, relation)
    outbound(map1, relation, map2)
    parse_options(aql, options)
    sort(aql, sort, dir \\ :asc)
    to_aql(aql)
    where(aql, filters)

    Link to this section Functions

    Link to this function any(map, relation)
    Link to this function any(map1, relation, map2)
    Link to this function filter(aql, filters)
    Link to this function from(collection)
    Link to this function fulltext(aql, field, value)
    Link to this function graph(aql, graph)
    Link to this function inbound(map, relation)
    Link to this function inbound(map1, relation, map2)
    Link to this function limit(aql, limit, skip \\ nil)
    Link to this function options(aql, options)
    Link to this function outbound(map, relation)
    Link to this function outbound(map1, relation, map2)
    Link to this function parse_options(aql, options)
    Link to this function sort(aql, sort, dir \\ :asc)
    Link to this function to_aql(aql)
    Link to this function where(aql, filters)

    Built using ExDoc (v0.19.0), designed by Friedel Ziegelmayer for the Elixir programming language.