]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dbtable.h
Added DetachOldLog to avoid destruction of old log target
[wxWidgets.git] / include / wx / dbtable.h
index 06d695d8c34f692a26374bf7cbd45d371013708e..8d7de7322cbbd5e3ee139ff72fc4ebf7d3afb327 100644 (file)
@@ -55,8 +55,9 @@ public:
     bool    Updateable;                         // Specifies whether this column is updateable
     bool    InsertAllowed;                      // Specifies whether this column should be included in an INSERT statement
     bool    DerivedCol;                         // Specifies whether this column is a derived value
-    SQLLEN  CbValue;                            // Internal use only!!!
+    SQLLEN  CbValue;                            // Internal use only!!! For parameter bindings
     bool    Null;                               // NOT FULLY IMPLEMENTED - Allows NULL values in Inserts and Updates
+    SQLLEN  CbValueCol;                         // Internal use only!!! For column bindings
 
     wxDbColDef();