ExRets v0.1.1 ExRets.SearchResponse View Source

Records matching a search query.

Link to this section Summary

Types

true if the request results in more matches than the server returns, false otherwise.

t()

Records matching a search query.

Link to this section Types

Link to this type

max_rows()

View Source (since 0.1.0)
max_rows() :: boolean()

true if the request results in more matches than the server returns, false otherwise.

Link to this type

t()

View Source (since 0.1.0)
t() :: %ExRets.SearchResponse{
  columns: [String.t()],
  count: non_neg_integer() | nil,
  max_rows: max_rows(),
  rows: [[String.t()]]
}

Records matching a search query.