Date: Wednesday, November 30, 2005 @ 15:07:06
  Author: gilles
    Path: /cvsroot/carob/carob/include

Modified: DriverResultSet.hpp (1.12 -> 1.13)

Minor javadoc fix


---------------------+
 DriverResultSet.hpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/include/DriverResultSet.hpp
diff -u carob/include/DriverResultSet.hpp:1.12 
carob/include/DriverResultSet.hpp:1.13
--- carob/include/DriverResultSet.hpp:1.12      Wed Nov 30 10:18:22 2005
+++ carob/include/DriverResultSet.hpp   Wed Nov 30 15:07:05 2005
@@ -177,7 +177,7 @@
      * If you need to know if a value is NULL beforehand, use isNull(int32_t)
      * 
      * @return <code>true</code> if the last column read was SQL NULL
-     * @see #isNull(int32_t)
+     * @see #isNull(int32_t) const
      */
     bool                      wasNull() const { return wasNullFlag; }
     /**

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to