hamsql-0.8.0.0: HamSql
Database.YamSql.Internal.Obj.Role
data Role Source #
Constructors
Fields
Instances
Methods
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Role -> c Role #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Role #
toConstr :: Role -> Constr #
dataTypeOf :: Role -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Role) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Role) #
gmapT :: (forall b. Data b => b -> b) -> Role -> Role #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Role -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Role -> r #
gmapQ :: (forall d. Data d => d -> u) -> Role -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Role -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Role -> m Role #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Role -> m Role #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Role -> m Role #
showsPrec :: Int -> Role -> ShowS #
show :: Role -> String #
showList :: [Role] -> ShowS #
Associated Types
type Rep Role :: * -> * #
from :: Role -> Rep Role x #
to :: Rep Role x -> Role #
parseJSON :: Value -> Parser Role #
parseJSONList :: Value -> Parser [Role] #
toJSON :: Role -> Value #
toEncoding :: Role -> Encoding #
toJSONList :: [Role] -> Value #
toEncodingList :: [Role] -> Encoding #
sqlId :: SqlContext Role -> SqlId Source #
sqlIdCode :: SqlContext Role -> Text Source #
data SQL_ROLE Source #
showsPrec :: Int -> SQL_ROLE -> ShowS #
show :: SQL_ROLE -> String #
showList :: [SQL_ROLE] -> ShowS #
toSqlCode :: SQL_ROLE -> Text Source #