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