Safe Haskell | None |
---|---|
Language | Haskell98 |
- data Select a = Select {
- selectColumns :: [a]
- selectTables :: [a]
- selectConditions :: [a]
- select_ :: [a] -> Select a
- from_ :: [a] -> Select a
- where_ :: [a] -> Select a
- buildQuery :: Select Text -> String
- toQuery :: Select Text -> Query
- qSymbolId :: Select Text
- qSymbol :: Select Text
- qModuleLocation :: Text -> Select Text
- qModuleId :: Select Text
- qBuildInfo :: Select Text
- qNSymbol :: Text -> Text -> Select Text
- qNote :: Text -> Text -> Select Text
Documentation
Select | |
|
qBuildInfo :: Select Text Source #