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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3.IndexInfo

Documentation

data IndexInfo Source #

Constructors

IndexInfo 

Fields

Instances
Show IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Generic IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Associated Types

type Rep IndexInfo :: Type -> Type #

PersistableWidth IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

TableDerivable IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

LiteralSQL 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.7.0-4mSvHcIOkPiGFcm73slOhA" 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))))