| ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
| Description | ||||||||||||||||||||||||||||||
| Oracle OCI implementation of Database.Enumerator. | ||||||||||||||||||||||||||||||
| Documentation | ||||||||||||||||||||||||||||||
| data Session | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
| connect :: String -> String -> String -> ConnectA Session | ||||||||||||||||||||||||||||||
| prepareStmt :: QueryString -> PreparationA Session PreparedStmt | ||||||||||||||||||||||||||||||
| sql :: String -> QueryString | ||||||||||||||||||||||||||||||
| sqlbind :: String -> [BindA Session PreparedStmt BindObj] -> QueryStringTuned | ||||||||||||||||||||||||||||||
| prefetch :: Int -> String -> [BindA Session PreparedStmt BindObj] -> QueryStringTuned | ||||||||||||||||||||||||||||||
| type StmtHandle = Ptr StmtStruct | ||||||||||||||||||||||||||||||
| newtype Out a | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
| module Database.Enumerator | ||||||||||||||||||||||||||||||
| Produced by Haddock version 0.7 |