odpic-raw-0.1.11: Oracle Database Bindings

Safe HaskellSafe
LanguageHaskell2010

Database.Oracle

Documentation

type SQL = Text Source #

class FromRow a where Source #

Minimal complete definition

fromRow

Methods

fromRow :: DataRow -> IO a Source #