relational-schemas-0.1.4.1: 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 :: * -> * #

TableDerivable IndexInfo Source # 
ShowConstantTermsSQL IndexInfo Source # 
PersistableWidth IndexInfo Source # 

Methods

persistableWidth :: PersistableRecordWidth IndexInfo

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.4.1-Lc0m8wqJ3a6uc1cwxQUkV" False) (C1 (MetaCons "IndexInfo" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "seqno") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int64)) ((:*:) (S1 (MetaSel (Just Symbol "cid") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int64)) (S1 (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 String)))))