cassandra-thrift-0.8.5.1: thrift bindings to the cassandra database

Safe HaskellSafe-Inferred

Database.Cassandra.Thrift.Cassandra_Types

Documentation

write_Column :: (Protocol a, Transport t) => a t -> Column -> IO ()Source

write_NotFoundException :: (Protocol a, Transport t1) => a t1 -> t -> IO ()Source

write_TimedOutException :: (Protocol a, Transport t1) => a t1 -> t -> IO ()Source

write_CfDef :: (Protocol a, Transport t) => a t -> CfDef -> IO ()Source

write_KsDef :: (Protocol a, Transport t) => a t -> KsDef -> IO ()Source

write_CqlRow :: (Protocol a, Transport t) => a t -> CqlRow -> IO ()Source