Update haddock.

This commit is contained in:
Kei Hibino 2016-02-21 14:54:56 +09:00
parent e99b734707
commit f58b9d7c86

View File

@ -103,9 +103,10 @@ data NameConfig =
instance Show NameConfig where
show = const "<NameConfig>"
-- | Schema name qualify mode in SQL string.
data SchemaNameMode
= SchemaQualified
| SchemaNotQualified
= SchemaQualified -- ^ Schema qualified table name in SQL string
| SchemaNotQualified -- ^ Not qualified table name in SQL string
deriving (Eq, Show)
-- | Configuration type.