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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.IndexList

Documentation

data IndexList #

Constructors

IndexList 

Fields

Instances
Show IndexList # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

Generic IndexList # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

Associated Types

type Rep IndexList :: * -> * #

PersistableWidth IndexList # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

TableDerivable IndexList # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

LiteralSQL IndexList # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

HasProjection "name" IndexList String # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

Methods

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

HasProjection "seq" IndexList Int64 # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

Methods

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

HasProjection "unique" IndexList Int64 # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

Methods

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

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

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

type Rep IndexList # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexList

type Rep IndexList = D1 (MetaData "IndexList" "Database.Relational.Schema.SQLite3Syscat.IndexList" "relational-schemas-0.1.6.2-JHgmD97ZOsoASEBDDjr5N8" 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))))