ContentsIndex
Database.Oracle.Enumerator
Portabilitynon-portable
Stabilityexperimental
Maintaineroleg@pobox.com, alistair@abayley.org
Description
Oracle OCI implementation of Database.Enumerator.
Documentation
data Session
show/hide Instances
ISession Session
Command BoundStmt Session
Command QueryString Session
Command String Session
IQuery Query Session ColumnBuffer
Statement BoundStmt Session Query
Statement PreparedStmt Session Query
Statement QueryString Session Query
Statement QueryStringTuned Session Query
Statement StmtBind Session Query
Statement String Session Query
DBBind (Maybe a) Session PreparedStmt BindObj => DBBind a Session PreparedStmt BindObj
IPrepared PreparedStmt Session BoundStmt BindObj
Statement (RefCursor StmtHandle) Session Query
DBBind (Maybe CalendarTime) Session PreparedStmt BindObj
DBBind (Maybe Double) Session PreparedStmt BindObj
DBBind (Maybe Int) Session PreparedStmt BindObj
DBBind (Maybe String) Session PreparedStmt BindObj
DBBind (Maybe UTCTime) Session PreparedStmt BindObj
Show a => DBBind (Maybe a) Session PreparedStmt BindObj
DBBind (Out (Maybe Double)) Session PreparedStmt BindObj
DBBind (Out (Maybe Int)) Session PreparedStmt BindObj
DBBind (Out (Maybe StmtHandle)) Session PreparedStmt BindObj
DBBind (Out (Maybe String)) Session PreparedStmt BindObj
DBBind (Out (Maybe UTCTime)) Session PreparedStmt BindObj
Show a => DBBind (Out (Maybe a)) Session PreparedStmt BindObj
DBBind (Out (Maybe a)) Session PreparedStmt BindObj => DBBind (Out a) Session PreparedStmt BindObj
Statement (NextResultSet mark PreparedStmt) Session Query
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
Constructors
Out a
show/hide Instances
DBBind (Out (Maybe Double)) Session PreparedStmt BindObj
DBBind (Out (Maybe Int)) Session PreparedStmt BindObj
DBBind (Out (Maybe StmtHandle)) Session PreparedStmt BindObj
DBBind (Out (Maybe String)) Session PreparedStmt BindObj
DBBind (Out (Maybe UTCTime)) Session PreparedStmt BindObj
Show a => DBBind (Out (Maybe a)) Session PreparedStmt BindObj
DBBind (Out (Maybe a)) Session PreparedStmt BindObj => DBBind (Out a) Session PreparedStmt BindObj
module Database.Enumerator
Produced by Haddock version 0.7