opaleye-sqlite-0.0.1.1: An SQL-generating DSL targeting SQLite
Safe HaskellNone
LanguageHaskell2010

Opaleye.SQLite.PGTypes

Synopsis

Documentation

data PGCitext Source #

Instances

Instances details
PGOrd PGCitext Source # 
Instance details

Defined in Opaleye.SQLite.Order

data PGTimestamp Source #

Instances

Instances details
PGOrd PGTimestamp Source # 
Instance details

Defined in Opaleye.SQLite.Order

data PGTime Source #

Instances

Instances details
PGOrd PGTime Source # 
Instance details

Defined in Opaleye.SQLite.Order

data PGNumeric Source #

Instances

Instances details
PGOrd PGNumeric Source # 
Instance details

Defined in Opaleye.SQLite.Order

data PGInt2 Source #

Instances

Instances details
PGOrd PGInt2 Source # 
Instance details

Defined in Opaleye.SQLite.Order

data PGFloat4 Source #

Instances

Instances details
PGOrd PGFloat4 Source # 
Instance details

Defined in Opaleye.SQLite.Order

literalColumn :: Literal -> Column a Source #

Warning: literalColumn has been moved to Opaleye.Internal.PGTypes

unsafePgFormatTime :: FormatTime t => Name -> String -> t -> Column c Source #

Warning: unsafePgFormatTime has been moved to Opaleye.Internal.PGTypes