|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
|
|
Constructors | SqlChar Int | | SqlVarChar Int | | SqlLongVarChar Int | | SqlText | | SqlWChar Int | | SqlWVarChar Int | | SqlWLongVarChar Int | | SqlDecimal Int Int | | SqlNumeric Int Int | | SqlSmallInt | | SqlMedInt | | SqlInteger | | SqlReal | | SqlFloat | | SqlDouble | | SqlBit | | SqlTinyInt | | SqlBigInt | | SqlBinary Int | | SqlVarBinary Int | | SqlLongVarBinary Int | | SqlDate | | SqlTime | | SqlTimeTZ | | SqlAbsTime | | SqlRelTime | | SqlTimeInterval | | SqlAbsTimeInterval | | SqlTimeStamp | | SqlDateTime | | SqlDateTimeTZ | | SqlYear | | SqlSET | | SqlENUM | | SqlBLOB | | SqlMoney | | SqlINetAddr | | SqlCIDRAddr | | SqlMacAddr | | SqlPoint | | SqlLSeg | | SqlPath | | SqlBox | | SqlPolygon | | SqlLine | | SqlCircle | | SqlUnknown Int | HSQL returns SqlUnknown tp for all
columns for which it cannot determine
the right type. The tp here is the
internal type code returned from the
backend library
|
|
|
|
|
Constructors | SqlError | | | SqlNoData | | SqlInvalidHandle | | SqlStillExecuting | | SqlNeedData | | SqlBadTypeCast | | | SqlFetchNull | | | SqlUnknownField | | | SqlUnsupportedOperation | | SqlClosedHandle | |
|
|
|
|
|
|
A Connection type represents a connection to a database, through which you can operate on the it.
In order to create the connection you need to use the connect function from the module for
your prefered backend.
| Constructors | |
|
|
|
The Statement type represents a result from the execution of given SQL query.
| Constructors | |
|
|
|
|
|
Produced by Haddock version 2.6.1 |