+//TODO: Need to document
+ bool operator== (const wxDateTime& value) const;
+ bool operator!= (const wxDateTime& value) const;
+ void operator= (const wxDateTime& value) ;
+
+ bool operator== (const wxArrayString& value) const;
+ bool operator!= (const wxArrayString& value) const;
+ void operator= (const wxArrayString& value) ;
+#if wxUSE_ODBC
+ void operator= (const DATE_STRUCT* value) ;
+ void operator= (const TIME_STRUCT* value) ;
+ void operator= (const TIMESTAMP_STRUCT* value) ;
+#endif
+//TODO: End of Need to document
+