Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype PagingState

    cql Database.CQL.Protocol

    Opaque token passed to the server to continue result paging.

  2. PagingState :: ByteString -> PagingState

    cql Database.CQL.Protocol

    No documentation available.

  3. newtype Prepare k a b

    cql Database.CQL.Protocol

    Prepare a query for later execution (cf. Execute).

  4. Prepare :: QueryString k a b -> Prepare k a b

    cql Database.CQL.Protocol

    No documentation available.

  5. PreparedResult :: !QueryId k a b -> MetaData -> MetaData -> Result k a b

    cql Database.CQL.Protocol

    No documentation available.

  6. ProtocolError :: Text -> Error

    cql Database.CQL.Protocol

    No documentation available.

  7. newtype PagingState

    cql Database.CQL.Protocol.Internal

    Opaque token passed to the server to continue result paging.

  8. PagingState :: ByteString -> PagingState

    cql Database.CQL.Protocol.Internal

    No documentation available.

  9. newtype Prepare k a b

    cql Database.CQL.Protocol.Internal

    Prepare a query for later execution (cf. Execute).

  10. Prepare :: QueryString k a b -> Prepare k a b

    cql Database.CQL.Protocol.Internal

    No documentation available.

Page 816 of many | Previous | Next