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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.IndexInfo

Documentation

data IndexInfo #

Constructors

IndexInfo 

Fields

Instances
Show IndexInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

Generic IndexInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

Associated Types

type Rep IndexInfo :: * -> * #

PersistableWidth IndexInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

TableDerivable IndexInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

LiteralSQL IndexInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

HasProjection "cid" IndexInfo Int64 # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

Methods

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

HasProjection "name" IndexInfo String # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

Methods

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

HasProjection "seqno" IndexInfo Int64 # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

Methods

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

ProductConstructor (Int64 -> Int64 -> String -> IndexInfo) # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

type Rep IndexInfo # 
Instance details

Defined in Database.Relational.Schema.SQLite3Syscat.IndexInfo

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