odpic-raw-0.2.1: Oracle Database Bindings

Safe HaskellNone
LanguageHaskell2010

Database.Oracle

Documentation

type SQL = Text Source #

class FromRow a where Source #

Minimal complete definition

fromRow

Methods

fromRow :: DataRow -> IO a Source #

queryAsRes :: (MonadIO m, FromRow a) => PtrConn -> SQL -> DataRow -> Acquire (ConduitT () a m ()) Source #