mysql-haskell-0.8.4.2: pure haskell MySQL driver

Copyright(c) Winterland 2016
LicenseBSD
Maintainerdrkoster@qq.com
Stabilityexperimental
PortabilityPORTABLE
Safe HaskellNone
LanguageHaskell2010

Database.MySQL.Protocol.Auth

Description

Auth related packet.

Documentation

data Auth Source #

Instances
Eq Auth Source # 
Instance details

Defined in Database.MySQL.Protocol.Auth

Methods

(==) :: Auth -> Auth -> Bool #

(/=) :: Auth -> Auth -> Bool #

Show Auth Source # 
Instance details

Defined in Database.MySQL.Protocol.Auth

Methods

showsPrec :: Int -> Auth -> ShowS #

show :: Auth -> String #

showList :: [Auth] -> ShowS #

Binary Auth Source # 
Instance details

Defined in Database.MySQL.Protocol.Auth

Methods

put :: Auth -> Put #

get :: Get Auth #

putList :: [Auth] -> Put #