Safe Haskell | None |
---|
Database.Sql.Simple.MySQL
Documentation
Constructors
MySQL Connection |
Instances
data family ConnectInfo b1
module Data.Default.Class
class QueryResults a => QueryResultsN a whereSource
Methods
queryLength :: proxy a -> IntSource
Instances
Result a => QueryResultsN (Only a) | |
(Result a, Result b) => QueryResultsN (a, b) | |
(QueryResultsN a, QueryResultsN b) => QueryResultsN (:. a b) | |
(Result a, Result b, Result c) => QueryResultsN (a, b, c) | |
(Result a, Result b, Result c, Result d) => QueryResultsN (a, b, c, d) | |
(Result a, Result b, Result c, Result d, Result e) => QueryResultsN (a, b, c, d, e) | |
(Result a, Result b, Result c, Result d, Result e, Result f) => QueryResultsN (a, b, c, d, e, f) | |
(Result a, Result b, Result c, Result d, Result e, Result f, Result g) => QueryResultsN (a, b, c, d, e, f, g) | |
(Result a, Result b, Result c, Result d, Result e, Result f, Result g, Result h) => QueryResultsN (a, b, c, d, e, f, g, h) | |
(Result a, Result b, Result c, Result d, Result e, Result f, Result g, Result h, Result i) => QueryResultsN (a, b, c, d, e, f, g, h, i) | |
(Result a, Result b, Result c, Result d, Result e, Result f, Result g, Result h, Result i, Result j) => QueryResultsN (a, b, c, d, e, f, g, h, i, j) |