IsSqlType SqlJsonb Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlJson Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlBytea Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlCitext Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlUuid Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlTimestamptz Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlTimestamp Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlTime Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlText Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlNumeric Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlInt2 Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlInt4 Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlInt8 Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlFloat8 Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlFloat4 Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlDate Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType SqlBool Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType a => IsSqlType (Nullable a) Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypes |
IsRangeType a => IsSqlType (SqlRange a) Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |
IsSqlType a => IsSqlType (SqlArray a) Source # | |
Instance detailsDefined in Opaleye.Internal.PGTypesExternal |