squeather-0.2.0.0: Use databases with the version 3 series of the SQLite C library

Safe HaskellSafe
LanguageHaskell2010

Squeather.Internal.Bindings

Synopsis

Documentation

data SQLData Source #

Various types of SQL data; used both when obtaining query results and when providing named parameters.

Instances
Eq SQLData Source # 
Instance details

Defined in Squeather.Internal.Bindings

Methods

(==) :: SQLData -> SQLData -> Bool #

(/=) :: SQLData -> SQLData -> Bool #

Ord SQLData Source # 
Instance details

Defined in Squeather.Internal.Bindings

Show SQLData Source # 
Instance details

Defined in Squeather.Internal.Bindings

convertCColumnType :: Integral a => a -> Maybe SQLData Source #

Returns a SQLData that indicates only the data type corresponding to the given constant. Any fields in the SQLData will be undefined.