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

Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3Syscat.IndexList

Documentation

data IndexList Source #

Constructors

IndexList 

Fields

Instances

Show IndexList Source # 
Generic IndexList Source # 

Associated Types

type Rep IndexList :: * -> * #

TableDerivable IndexList Source # 

Methods

derivedTable :: Table IndexList

ShowConstantTermsSQL IndexList Source # 

Methods

showConstantTermsSQL' :: IndexList -> DList StringSQL

PersistableWidth IndexList Source # 

Methods

persistableWidth :: PersistableRecordWidth IndexList

ProductConstructor (Int64 -> String -> Int64 -> IndexList) Source # 
type Rep IndexList Source # 
type Rep IndexList = D1 (MetaData "IndexList" "Database.Relational.Schema.SQLite3Syscat.IndexList" "relational-schemas-0.1.4.2-7GW5vHFag8oE72xlISPkqn" False) (C1 (MetaCons "IndexList" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "seq") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int64)) ((:*:) (S1 (MetaSel (Just Symbol "name") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 String)) (S1 (MetaSel (Just Symbol "unique") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int64)))))

insertQueryIndexList :: forall p. Relation p IndexList -> InsertQuery p Source #

indexList :: Relation () IndexList Source #