| Copyright | (c) Soostone Inc 2022 |
|---|---|
| License | AllRightsReserved |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Napkin.Types.MsSql
Description
Documentation
Constructors
| MsSql |
Instances
newtype MsSqlMaterializedViewMeta #
Constructors
| MsSqlMaterializedViewMeta Void |
Instances
| Show MsSqlMaterializedViewMeta # | |
Defined in Napkin.Types.MsSql Methods showsPrec :: Int -> MsSqlMaterializedViewMeta -> ShowS # show :: MsSqlMaterializedViewMeta -> String # showList :: [MsSqlMaterializedViewMeta] -> ShowS # | |
| Eq MsSqlMaterializedViewMeta # | |
Defined in Napkin.Types.MsSql Methods (==) :: MsSqlMaterializedViewMeta -> MsSqlMaterializedViewMeta -> Bool # (/=) :: MsSqlMaterializedViewMeta -> MsSqlMaterializedViewMeta -> Bool # | |
| Command (CreateMaterializedView MsSqlMaterializedViewMeta) () MsSql # | |
Defined in Napkin.Run.MsSql Methods execCommand :: MonadNapkin MsSql m => BackendConn MsSql -> CreateMaterializedView MsSqlMaterializedViewMeta -> m () # | |
data SetTableSchema #
Constructors
| SetTableSchema | |
Fields
| |
Instances
data MsSchemaField #
Constructors
| MsSchemaField | |
Instances
| Show MsSchemaField # | |
Defined in Napkin.Types.MsSql Methods showsPrec :: Int -> MsSchemaField -> ShowS # show :: MsSchemaField -> String # showList :: [MsSchemaField] -> ShowS # | |
| Eq MsSchemaField # | |
Defined in Napkin.Types.MsSql Methods (==) :: MsSchemaField -> MsSchemaField -> Bool # (/=) :: MsSchemaField -> MsSchemaField -> Bool # | |