Update of /cvsroot/htoolkit/HSQL/HSQL/Database
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11066/Database
Modified Files:
HSQL.hsc
Log Message:
fix comment
Index: HSQL.hsc
===================================================================
RCS file: /cvsroot/htoolkit/HSQL/HSQL/Database/HSQL.hsc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** HSQL.hsc 4 Jan 2006 21:00:09 -0000 1.9
--- HSQL.hsc 4 Jan 2006 21:01:25 -0000 1.10
***************
*** 26,30 ****
, query -- :: Connection -> String -> IO Statement
, closeStatement -- :: Statement -> IO ()
! , executePrepared -- :: Statement -> IO ()
, fetch -- :: Statement -> IO Bool
--- 26,30 ----
, query -- :: Connection -> String -> IO Statement
, closeStatement -- :: Statement -> IO ()
! , executePrepared -- :: Statement -> [SqlValue] -> IO ()
, fetch -- :: Statement -> IO Bool
|