ProjectM36.SQL.DropTable
newtype DropTable Source #
Constructors
Fields
Defined in ProjectM36.SQL.DropTable
Associated Types
type Rep DropTable :: Type -> Type Source #
Methods
from :: DropTable -> Rep DropTable x Source #
to :: Rep DropTable x -> DropTable Source #
showsPrec :: Int -> DropTable -> ShowS Source #
show :: DropTable -> String Source #
showList :: [DropTable] -> ShowS Source #
rnf :: DropTable -> () Source #
(==) :: DropTable -> DropTable -> Bool Source #
(/=) :: DropTable -> DropTable -> Bool Source #
schemaGen :: Proxy DropTable -> SchemaGen Schema Source #
toBuilder :: DropTable -> Builder Source #
extractor :: Extractor DropTable Source #
decodeCurrent :: Decoder DropTable Source #
bundleSerialise :: BundleSerialise DropTable Source #