Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.MSSQLServer.Connection
Documentation
data ConnectInfo Source #
Constructors
ConnectInfo | |
Fields
|
data Connection Source #
Constructors
Connection Socket Word32 |
connect :: ConnectInfo -> IO Connection Source #
close :: Connection -> IO () Source #
data ProtocolError Source #
Constructors
ProtocolError String |
Instances
Show ProtocolError Source # | |
Defined in Database.MSSQLServer.Connection Methods showsPrec :: Int -> ProtocolError -> ShowS # show :: ProtocolError -> String # showList :: [ProtocolError] -> ShowS # | |
Exception ProtocolError Source # | |
Defined in Database.MSSQLServer.Connection Methods toException :: ProtocolError -> SomeException # fromException :: SomeException -> Maybe ProtocolError # displayException :: ProtocolError -> String # |
Instances
Show AuthError Source # | |
Exception AuthError Source # | |
Defined in Database.MSSQLServer.Connection Methods toException :: AuthError -> SomeException # fromException :: SomeException -> Maybe AuthError # displayException :: AuthError -> String # |