relational-schemas-0.1.8.1: RDBMSs' schema templates for relational-query
Safe HaskellSafe-Inferred
LanguageHaskell2010

Database.Relational.Schema.SQLite3.IndexInfo

Documentation

data IndexInfo Source #

Constructors

IndexInfo 

Fields

Instances

Instances details
Generic IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Associated Types

type Rep IndexInfo :: Type -> Type #

Show IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

PersistableWidth IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

LiteralSQL IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

TableDerivable IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

HasProjection "cid" IndexInfo Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

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

HasProjection "name" IndexInfo String Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

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

HasProjection "seqno" IndexInfo Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

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

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

Defined in Database.Relational.Schema.SQLite3.IndexInfo

type Rep IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

type Rep IndexInfo = D1 ('MetaData "IndexInfo" "Database.Relational.Schema.SQLite3.IndexInfo" "relational-schemas-0.1.8.1-IKTlpCQGF1bBu9bgZHlMqp" '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))))