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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.IndexInfo

Documentation

data IndexInfo Source #

Constructors

IndexInfo 

Fields

Instances

Show IndexInfo Source # 
Generic IndexInfo Source # 

Associated Types

type Rep IndexInfo :: * -> * #

PersistableWidth IndexInfo Source # 
TableDerivable IndexInfo Source # 
ShowConstantTermsSQL IndexInfo Source # 
HasProjection "cid" IndexInfo Int64 Source # 

Methods

projection :: PiLabel "cid" -> Pi IndexInfo Int64 #

HasProjection "name" IndexInfo String Source # 

Methods

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

HasProjection "seqno" IndexInfo Int64 Source # 

Methods

projection :: PiLabel "seqno" -> Pi IndexInfo Int64 #

ProductConstructor (Int64 -> Int64 -> String -> IndexInfo) Source # 
type Rep IndexInfo Source # 
type Rep IndexInfo = D1 * (MetaData "IndexInfo" "Database.Relational.Schema.SQLite3Syscat.IndexInfo" "relational-schemas-0.1.6.2-GUOfkaCt9VY3g26gzQms95" False) (C1 * (MetaCons "IndexInfo" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "seqno") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int64)) ((:*:) * (S1 * (MetaSel (Just Symbol "cid") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int64)) (S1 * (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * String)))))