relational-schemas-0.1.7.0: RDBMSs' schema templates for relational-query

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3.IndexList

Documentation

data IndexList Source #

Constructors

IndexList 

Fields

Instances
Show IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Generic IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Associated Types

type Rep IndexList :: Type -> Type #

PersistableWidth IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

TableDerivable IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

LiteralSQL IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

HasProjection "name" IndexList String Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

projection :: PiLabel "name" -> Pi IndexList String #

HasProjection "seq" IndexList Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

projection :: PiLabel "seq" -> Pi IndexList Int64 #

HasProjection "unique" IndexList Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

projection :: PiLabel "unique" -> Pi IndexList Int64 #

ProductConstructor (Int64 -> String -> Int64 -> IndexList) Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

type Rep IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

type Rep IndexList = D1 (MetaData "IndexList" "Database.Relational.Schema.SQLite3.IndexList" "relational-schemas-0.1.7.0-4mSvHcIOkPiGFcm73slOhA" False) (C1 (MetaCons "IndexList" PrefixI True) (S1 (MetaSel (Just "seq") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int64) :*: (S1 (MetaSel (Just "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 String) :*: S1 (MetaSel (Just "unique") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int64))))