X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7e5298cca88ec845ce24fda97732f13a7b7dc93..a22be3e1fcf362850fe33d52d55518ad68b98d02:/include/wx/dbtable.h diff --git a/include/wx/dbtable.h b/include/wx/dbtable.h index 1de1597bf8..2e98f16b35 100644 --- a/include/wx/dbtable.h +++ b/include/wx/dbtable.h @@ -76,6 +76,10 @@ public: bool DerivedCol; // Specifies whether this column is a derived value SDWORD CbValue; // Internal use only!!! bool Null; // NOT FULLY IMPLEMENTED - Allows NULL values in Inserts and Updates + + wxDbColDef(); + + bool Initialize(); }; // wxDbColDef @@ -119,7 +123,7 @@ private: bool getRec(UWORD fetchType); bool execDelete(const wxString &pSqlStmt); bool execUpdate(const wxString &pSqlStmt); - bool query(int queryType, bool forUpdate, bool distinct, const wxString &pSqlStmt=wxT("")); + bool query(int queryType, bool forUpdate, bool distinct, const wxString &pSqlStmt=wxEmptyString); #if !wxODBC_BACKWARD_COMPATABILITY // these were public