factual-api-0.6.0: A driver for the Factual API

Safe HaskellNone

Data.Factual.Query.ReadQuery

Contents

Description

This module exports the types used to create read queries.

Synopsis

ReadQuery type

data ReadQuery Source

The ReadQuery type is used to construct read queries. A table should be specified, but the rest of the query options are essentially optional (you opt out using Nothing or an empty List for the value). The select is a list of field names to include in the results. The limit and offset are used to request a specific range of rows and includeCount will include the count of returned rows if it is set to True.

Constructors

ReadQuery 

Required modules