relational-schemas-0.1.8.0: RDBMSs' schema templates for relational-query
Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3.IndexInfo

Documentation

data IndexInfo Source #

Constructors

IndexInfo 

Fields

Instances

Instances details
Show IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

showsPrec :: Int -> IndexInfo -> ShowS

show :: IndexInfo -> String

showList :: [IndexInfo] -> ShowS

Generic IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Associated Types

type Rep IndexInfo :: Type -> Type

Methods

from :: IndexInfo -> Rep IndexInfo x

to :: Rep IndexInfo x -> 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

PersistableWidth IndexInfo Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

persistableWidth :: PersistableRecordWidth IndexInfo

HasProjection "cid" IndexInfo Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

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

HasProjection "name" IndexInfo String Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

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

HasProjection "seqno" IndexInfo Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

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

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

Defined in Database.Relational.Schema.SQLite3.IndexInfo

Methods

productConstructor :: Int64 -> Int64 -> String -> 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.0-5tqpnmXFvylGDRTdCPdqjt" '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))))