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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.IndexList

Documentation

data IndexList Source #

Constructors

IndexList 

Fields

Instances

Show IndexList Source # 
Generic IndexList Source # 

Associated Types

type Rep IndexList :: * -> * #

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

Methods

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

HasProjection "seq" IndexList Int64 Source # 

Methods

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

HasProjection "unique" IndexList Int64 Source # 

Methods

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

ProductConstructor (Int64 -> String -> Int64 -> IndexList) Source # 
type Rep IndexList Source # 
type Rep IndexList = D1 (MetaData "IndexList" "Database.Relational.Schema.SQLite3Syscat.IndexList" "relational-schemas-0.1.6.0-L62uMZJHoNNElInhOpbEpc" 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)))))