sqlcli-odbc-0.2.0.1: ODBC specific definitions to be used by SQL CLI clients.

Safe HaskellSafe
LanguageHaskell2010

SQL.ODBC

Synopsis

Documentation

sql_date :: Num a => a Source #

sql_time :: Num a => a Source #

sql_bit :: Num a => a Source #

sql_guid :: Num a => a Source #

sql_c_bit :: Num a => a Source #

sql_wchar :: Num a => a Source #

odbcCTypeLen :: Num a => SQLSMALLINT -> Maybe a Source #

returns the length of the buffer for odbc C types; returns Nothing for variable length fields or unknown fields, otherwise returns the number of octets needed to hold the value of that type

module SQL.CLI