Module
SqlSquared.Constructors 
- Package
 - purescript-sql-squared
 - Repository
 - slamdata/purescript-sql-squared
 
#unop Source
unop :: forall f t. Corecursive t (SqlF f) => UnaryOperator -> t -> t#binop Source
binop :: forall f t. Corecursive t (SqlF f) => BinaryOperator -> t -> t -> t#invokeFunction Source
invokeFunction :: forall f t. Corecursive t (SqlF f) => Ident -> List t -> t#invokeFunction' Source
invokeFunction' :: forall f t. Corecursive t (SqlF f) => InvokeFunctionR t -> t#projection Source
projection :: forall t. t -> Projection t#as Source
as :: forall t. String -> Projection t -> Projection t#as' Source
as' :: forall t. Ident -> Projection t -> Projection t#buildSelect Source
buildSelect :: forall f t. Corecursive t (SqlF f) => (SelectR t -> SelectR t) -> t#parens Source
parens :: forall f t. Corecursive t (SqlF f) => t -> t- Modules
 - SqlSquared
 - SqlSquared.
Constructors  - SqlSquared.
Lenses  - SqlSquared.
Parser  - SqlSquared.
Parser. Tokenizer  - SqlSquared.
Path  - SqlSquared.
Signature  - SqlSquared.
Signature. BinaryOperator  - SqlSquared.
Signature. Case  - SqlSquared.
Signature. GroupBy  - SqlSquared.
Signature. Ident  - SqlSquared.
Signature. JoinType  - SqlSquared.
Signature. OrderBy  - SqlSquared.
Signature. OrderType  - SqlSquared.
Signature. Projection  - SqlSquared.
Signature. Relation  - SqlSquared.
Signature. UnaryOperator  - SqlSquared.
Utils