tds-0.1.0.0: Pure Haskell TDS protocol implementation. Mainly for beam-mssql and beam-sybase

Safe HaskellNone
LanguageHaskell2010

Database.TDS.Query

Documentation

take8 :: Monad m => ByteString m () -> m (Word8, ByteString m ()) Source #

take16LE :: MonadIO m => ByteString m () -> m (Word16, ByteString m ()) Source #

takeLE :: Monad m => Int -> ByteString m () -> m (Integer, ByteString m ()) Source #