hamsql-0.8.0.0: HamSql

Safe HaskellNone
LanguageHaskell2010

Database.YamSql.Internal.Obj.Schema

Documentation

data Schema Source #

Instances

Data Schema Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Schema -> c Schema #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Schema #

toConstr :: Schema -> Constr #

dataTypeOf :: Schema -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Schema) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Schema) #

gmapT :: (forall b. Data b => b -> b) -> Schema -> Schema #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Schema -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Schema -> r #

gmapQ :: (forall d. Data d => d -> u) -> Schema -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Schema -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Schema -> m Schema #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Schema -> m Schema #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Schema -> m Schema #

Show Schema Source # 
Generic Schema Source # 

Associated Types

type Rep Schema :: * -> * #

Methods

from :: Schema -> Rep Schema x #

to :: Rep Schema x -> Schema #

FromJSON Schema Source # 
ToJSON Schema Source # 
ToSqlId (SqlContext (Schema, Domain)) Source # 
ToSqlId (SqlContext (Schema, Function)) Source # 
ToSqlId (SqlContext (Schema, Sequence)) Source # 
ToSqlId (SqlContext (Schema, Table)) Source # 
ToSqlId (SqlContext (Schema, Type)) Source # 
ToSqlId (SqlContext (Schema, Table, Column)) Source # 
ToSqlId (SqlContext Schema) Source # 
type Rep Schema Source # 
type Rep Schema = D1 (MetaData "Schema" "Database.YamSql.Internal.Obj.Schema" "hamsql-0.8.0.0-3odSe2l79FgLCGfN2lHmnu" False) (C1 (MetaCons "Schema" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "schemaName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SqlName)) (S1 (MetaSel (Just Symbol "schemaDescription") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "schemaDependencies") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName]))) ((:*:) (S1 (MetaSel (Just Symbol "schemaFunctions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Function]))) (S1 (MetaSel (Just Symbol "schemaFunctionTemplates") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [FunctionTpl])))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "schemaTables") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Table]))) (S1 (MetaSel (Just Symbol "schemaTableTemplates") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [TableTpl])))) ((:*:) (S1 (MetaSel (Just Symbol "schemaRoles") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Role]))) ((:*:) (S1 (MetaSel (Just Symbol "schemaSequences") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Sequence]))) (S1 (MetaSel (Just Symbol "schemaPrivUsage") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName]))))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "schemaPrivSelectAll") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName]))) (S1 (MetaSel (Just Symbol "schemaPrivInsertAll") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName])))) ((:*:) (S1 (MetaSel (Just Symbol "schemaPrivUpdateAll") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName]))) ((:*:) (S1 (MetaSel (Just Symbol "schemaPrivDeleteAll") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName]))) (S1 (MetaSel (Just Symbol "schemaPrivSequenceAll") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName])))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "schemaPrivExecuteAll") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName]))) ((:*:) (S1 (MetaSel (Just Symbol "schemaPrivAllAll") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [SqlName]))) (S1 (MetaSel (Just Symbol "schemaDomains") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Domain]))))) ((:*:) (S1 (MetaSel (Just Symbol "schemaTypes") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Type]))) ((:*:) (S1 (MetaSel (Just Symbol "schemaExecPostInstall") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "schemaExecPostInstallAndUpgrade") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)))))))))