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

TableDerivable IndexList Source # 
ShowConstantTermsSQL IndexList Source # 
PersistableWidth IndexList Source # 

Methods

persistableWidth :: PersistableRecordWidth IndexList

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