mysql-haskell-0.4.1.0: 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.

Synopsis

Documentation

data Auth Source #

Instances

Eq Auth Source # 

Methods

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

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

Show Auth Source # 

Methods

showsPrec :: Int -> Auth -> ShowS #

show :: Auth -> String #

showList :: [Auth] -> ShowS #

Binary Auth Source # 

Methods

put :: Auth -> Put #

get :: Get Auth #

putList :: [Auth] -> Put #

clientCharset :: Word8 Source #

Always use utf8_general_ci when connecting mysql server, since this will simplify string decoding.