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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.TsColumnType

Documentation

data TsColumnType Source #

Instances
Bounded TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Enum TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Eq TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Data TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Methods

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

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

toConstr :: TsColumnType -> Constr #

dataTypeOf :: TsColumnType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Read TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Show TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Generic TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Associated Types

type Rep TsColumnType :: Type -> Type #

GPB TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Wire TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

TextType TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Methods

tellT :: String -> TsColumnType -> Output #

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

ReflectEnum TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Mergeable TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

Default TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

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

Defined in Network.Riak.Protocol.TsColumnType

Methods

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

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

type Rep TsColumnType Source # 
Instance details

Defined in Network.Riak.Protocol.TsColumnType

type Rep TsColumnType = D1 (MetaData "TsColumnType" "Network.Riak.Protocol.TsColumnType" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) ((C1 (MetaCons "VARCHAR" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SINT64" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DOUBLE" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "TIMESTAMP" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "BOOLEAN" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "BLOB" PrefixI False) (U1 :: Type -> Type))))