| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell98 |
Database.Algebra.SQL.Compatibility
- data CompatMode
- = SQL99
- | PostgreSQL
- | MonetDB
Documentation
data CompatMode Source
Defines the possible modes used for certain tasks like rendering and materialization.
Constructors
| SQL99 | |
| PostgreSQL | |
| MonetDB |