From: <kr_...@us...> - 2004-02-25 10:06:25
|
Update of /cvsroot/htoolkit/HSQL/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9065/src Modified Files: HSQL.hsc Log Message: export toSqlValue function Index: HSQL.hsc =================================================================== RCS file: /cvsroot/htoolkit/HSQL/src/HSQL.hsc,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** HSQL.hsc 22 Feb 2004 11:57:54 -0000 1.9 --- HSQL.hsc 25 Feb 2004 09:51:32 -0000 1.10 *************** *** 28,32 **** -- * Retrieving Statement values and types ! , FieldDef, SqlType(..), SqlBind , getFieldValueMB -- :: SqlBind a => Statement -> String -> IO (Maybe a) , getFieldValue -- :: SqlBind a => Statement -> String -> IO a --- 28,32 ---- -- * Retrieving Statement values and types ! , FieldDef, SqlType(..), SqlBind, toSqlValue , getFieldValueMB -- :: SqlBind a => Statement -> String -> IO (Maybe a) , getFieldValue -- :: SqlBind a => Statement -> String -> IO a |