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

Database.Relational.Schema.SQLite3.IndexList

Documentation

data IndexList Source #

Constructors

IndexList 

Fields

Instances

Instances details
Show IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

showsPrec :: Int -> IndexList -> ShowS

show :: IndexList -> String

showList :: [IndexList] -> ShowS

Generic IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Associated Types

type Rep IndexList :: Type -> Type

Methods

from :: IndexList -> Rep IndexList x

to :: Rep IndexList x -> IndexList

TableDerivable IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

LiteralSQL IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

PersistableWidth IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

persistableWidth :: PersistableRecordWidth IndexList

HasProjection "name" IndexList String Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

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

HasProjection "seq" IndexList Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

projection :: PiLabel "seq" -> Pi IndexList Int64 Source #

HasProjection "unique" IndexList Int64 Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

projection :: PiLabel "unique" -> Pi IndexList Int64 Source #

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

Defined in Database.Relational.Schema.SQLite3.IndexList

Methods

productConstructor :: Int64 -> String -> Int64 -> IndexList

type Rep IndexList Source # 
Instance details

Defined in Database.Relational.Schema.SQLite3.IndexList

type Rep IndexList = D1 ('MetaData "IndexList" "Database.Relational.Schema.SQLite3.IndexList" "relational-schemas-0.1.8.0-8F1FvqLwlwiANMx1pjBudF" 'False) (C1 ('MetaCons "IndexList" 'PrefixI 'True) (S1 ('MetaSel ('Just "seq") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 String) :*: S1 ('MetaSel ('Just "unique") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64))))