rel8-internal
Safe HaskellSafe-Inferred
LanguageHaskell2010

Rel8.Internal.Type.Name

Synopsis

Documentation

data TypeName Source #

A PostgreSQL type consists of a QualifiedName (name, schema), and optional modifiers and arrayDepth. modifiers will usually be [], but a type like numeric(6, 2) will have ["6", "2"]. arrayDepth is always 0 for non-array types.

Constructors

TypeName 

Fields

Instances

Instances details
IsString TypeName Source #

Constructs TypeNames with schema set to Nothing, modifiers set to [] and arrayDepth set to 0.

Instance details

Defined in Rel8.Internal.Type.Name