|
| Database.HaskellDB.Sql.Default | | Portability | non-portable | | Stability | experimental | | Maintainer | haskelldb-users@lists.sourceforge.net |
|
|
|
|
|
| Description |
| Default SQL generation.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
| Creates a SqlSelect based on the PrimQuery supplied.
Corresponds to the SQL statement SELECT.
|
|
|
| :: SqlGenerator | | | -> TableName | Name of the table to update.
| | -> [PrimExpr] | Conditions which must all be true for a row
to be updated.
| | -> Assoc | Update the data with this.
| | -> SqlUpdate | | | Creates a SqlUpdate. Corresponds to the SQL statement
UPDATE which updates data in a table.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Creates a SqlDrop that delete the database with the
name given as the first argument.
|
|
|
| Creates a SqlDrop that delete the database named
in the first argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
| Takes all non-aggregate expressions in the select and adds them to
the 'group by' clause.
|
|
|
|
|
|
|
|
|
|
| Utilities
|
|
|
|
| Produced by Haddock version 2.6.0 |