Safe Haskell | None |
---|---|
Language | Haskell2010 |
Database.Relational.Schema.SQLite3.TableInfo
Documentation
Constructors
TableInfo | |
Instances
Show TableInfo Source # | |
Generic TableInfo Source # | |
TableDerivable TableInfo Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods | |
LiteralSQL TableInfo Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods showLiteral' :: TableInfo -> DList StringSQL Source # | |
PersistableWidth TableInfo Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods persistableWidth :: PersistableRecordWidth TableInfo | |
HasProjection "cid" TableInfo Int64 Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods projection :: PiLabel "cid" -> Pi TableInfo Int64 Source # | |
HasProjection "ctype" TableInfo String Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods projection :: PiLabel "ctype" -> Pi TableInfo String Source # | |
HasProjection "name" TableInfo String Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods projection :: PiLabel "name" -> Pi TableInfo String Source # | |
HasProjection "notnull" TableInfo Int16 Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods projection :: PiLabel "notnull" -> Pi TableInfo Int16 Source # | |
HasProjection "pk" TableInfo Int16 Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods projection :: PiLabel "pk" -> Pi TableInfo Int16 Source # | |
HasProjection "dfltValue" TableInfo (Maybe String) Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods projection :: PiLabel "dfltValue" -> Pi TableInfo (Maybe String) Source # | |
ProductConstructor (Int64 -> String -> String -> Int16 -> Maybe String -> Int16 -> TableInfo) Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo Methods productConstructor :: Int64 -> String -> String -> Int16 -> Maybe String -> Int16 -> TableInfo | |
type Rep TableInfo Source # | |
Defined in Database.Relational.Schema.SQLite3.TableInfo type Rep TableInfo = D1 ('MetaData "TableInfo" "Database.Relational.Schema.SQLite3.TableInfo" "relational-schemas-0.1.8.0-8F1FvqLwlwiANMx1pjBudF" 'False) (C1 ('MetaCons "TableInfo" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cid") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int64) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 String) :*: S1 ('MetaSel ('Just "ctype") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 String))) :*: (S1 ('MetaSel ('Just "notnull") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int16) :*: (S1 ('MetaSel ('Just "dfltValue") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Maybe String)) :*: S1 ('MetaSel ('Just "pk") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int16))))) |
dfltValue' :: Pi TableInfo (Maybe String) Source #
insertQueryTableInfo :: forall p. Relation p TableInfo -> InsertQuery p Source #
columnOffsetsTableInfo :: Array Int Int Source #