SFDCQuery.Query (sfdc_query v0.1.2)

Summary

Types

@type t() :: %SFDCQuery.Query{
  fields: [String.t()],
  records: [map()],
  soql: String.t()
}

Functions

Link to this function

new(soql, records)

@spec new(String.t(), [map()]) :: t()