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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.IndexList

Documentation

data IndexList #

Constructors

IndexList 

Fields

Instances

Show IndexList # 
Generic IndexList # 

Associated Types

type Rep IndexList :: * -> * #

PersistableWidth IndexList # 
TableDerivable IndexList # 
ShowConstantTermsSQL IndexList # 
HasProjection "name" IndexList String # 

Methods

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

HasProjection "seq" IndexList Int64 # 

Methods

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

HasProjection "unique" IndexList Int64 # 

Methods

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

ProductConstructor (Int64 -> String -> Int64 -> IndexList) # 
type Rep IndexList # 
type Rep IndexList = D1 * (MetaData "IndexList" "Database.Relational.Schema.SQLite3Syscat.IndexList" "relational-schemas-0.1.6.1-7XL2C1yG54zCWeL9h5llLH" False) (C1 * (MetaCons "IndexList" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "seq") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int64)) ((:*:) * (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * String)) (S1 * (MetaSel (Just Symbol "unique") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int64)))))