Date: Monday, March 20, 2006 @ 22:15:15
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: descriptors_records.hpp (1.7 -> 1.8)

Minor formatting.


-------------------------+
 descriptors_records.hpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: odbsequoia/src/descriptors_records.hpp
diff -u odbsequoia/src/descriptors_records.hpp:1.7 
odbsequoia/src/descriptors_records.hpp:1.8
--- odbsequoia/src/descriptors_records.hpp:1.7  Mon Mar 20 13:55:07 2006
+++ odbsequoia/src/descriptors_records.hpp      Mon Mar 20 22:15:15 2006
@@ -87,8 +87,10 @@
     fetch_col(CarobNS::DriverResultSet& rs, int rs_col);
 
 public: // public to avoid cluttering the code with getters/setters
-    /** The SQL data buffer allocated by the application */
+
+    /** Pointer to the SQL data buffer allocated by the application */
     SQLPOINTER data_ptr;
+
     /** Pointer to an SQLINTEGER storing the _actual_ (not max) length
         of the converted SQL data, BEFORE truncation, EXCLUDING
         the final SQL_NTS if any. This SQLINTEGER belongs to the
@@ -97,7 +99,8 @@
         SQL_NO_TOTAL, SQL_NULL_DATA, or other miscellaneous indicating
         values instead of the data length in some cases. See below. */
     SQLINTEGER * octet_length_ptr;
-    /** Application buffer to return indicator (like SQL_NULL_DATA).
+
+    /** Application buffer to return an indicator (like SQL_NULL_DATA).
         This pointer is usually equal to octet_length_ptr above, but
         the application can provide different buffers when it wants to
         make the life of the driver more nightmar-ish. See section 2.3

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

Reply via email to