| Copyright | (c) Soostone Inc 2020 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Napkin.Spec.Types.CreateTableAs
Description
Documentation
data CreateTableAs b #
Constructors
| CreateTableAs | |
Fields
| |
Instances
ctaQuery :: forall b. Lens' (CreateTableAs b) Query #
ctaName :: forall b. Lens' (CreateTableAs b) SpecTableName #
ctaMeta :: forall b b. Lens (CreateTableAs b) (CreateTableAs b) (BackendTableMeta b) (BackendTableMeta b) #