]> git.saurik.com Git - wxWidgets.git/commitdiff
Added optional param to Count() function to allow for counting DISTINCT columns rathe...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 24 Nov 1999 18:45:23 +0000 (18:45 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 24 Nov 1999 18:45:23 +0000 (18:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/dbtable.h

index a07217ba8badb6b4b942b9eb5fff5f2955e42f40..291c62e3794316a86b0fd31bdb7e307fa1c33ce2 100644 (file)
@@ -181,7 +181,7 @@ public:
        bool    DeleteCursor(HSTMT *hstmtDel);
        void    SetCursor(HSTMT *hstmtActivate = (void **) DEFAULT_CURSOR);
        HSTMT GetCursor(void) { return(hstmt); }
-       ULONG Count(void);
+       ULONG Count(const char *args="*");
        int   DB_STATUS(void) { return(pDb->DB_STATUS); }
        bool    Refresh(void);
        bool    SetNull(int colNo);