Safe Haskell | Safe-Infered |
---|
Data.Factual.Query.SchemaQuery
Contents
Description
This module exports the type used to create schema queries.
- data SchemaQuery = SchemaQuery Table
- module Data.Factual.Shared.Table
SchemaQuery type
data SchemaQuery Source
A schema query is formed by simply supplying a Table to the value constructor.
Constructors
SchemaQuery Table |
Instances
Required modules
module Data.Factual.Shared.Table