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