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