riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.TsGetResponse

Documentation

data TsGetResponse Source #

Constructors

TsGetResponse 
Instances
Eq TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Data TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Methods

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

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

toConstr :: TsGetResponse -> Constr #

dataTypeOf :: TsGetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Show TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Generic TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Associated Types

type Rep TsGetResponse :: Type -> Type #

GPB TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Wire TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

TextMsg TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

TextType TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Methods

tellT :: String -> TsGetResponse -> Output #

getT :: Stream s Identity Char => String -> Parsec s () TsGetResponse #

ReflectDescriptor TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Mergeable TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Default TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

MessageAPI msg' (msg' -> TsGetResponse) TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

Methods

getVal :: msg' -> (msg' -> TsGetResponse) -> TsGetResponse #

isSet :: msg' -> (msg' -> TsGetResponse) -> Bool #

type Rep TsGetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsGetResponse

type Rep TsGetResponse = D1 (MetaData "TsGetResponse" "Network.Riak.Protocol.TsGetResponse" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) (C1 (MetaCons "TsGetResponse" PrefixI True) (S1 (MetaSel (Just "columns") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq TsColumnDescription)) :*: S1 (MetaSel (Just "rows") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq TsRow))))