relational-schemas-0.1.8.1: RDBMSs' schema templates for relational-query
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.Relational.Schema.SQLite3.IndexList

Documentation

data IndexList Source #

Constructors

IndexList 

Fields

Instances

Instances details
Generic IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Associated Types

type Rep IndexList :: Type -> Type #

Show IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

PersistableWidth IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

LiteralSQL IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

TableDerivable 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.8.1-IKTlpCQGF1bBu9bgZHlMqp" '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))))