]> git.saurik.com Git - wxWidgets.git/commit
Cleaned up the API for class/structure/function names to follow the wxWindows convent...
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 16 Mar 2000 19:00:07 +0000 (19:00 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 16 Mar 2000 19:00:07 +0000 (19:00 +0000)
commit4a8fc2c8b3e7316068fd64fe8deb834b8c18342f
tree2be5eb5fb3fb2985edf6858b451bb06a46d668ac
parent8128349e81e7052492483b38875df42b6d529115
Cleaned up the API for class/structure/function names to follow the wxWindows conventions (mostly prefixing wx to all of them).  Backward compatability is maintained by keeping the old names calling the new functions, or typedef-ing the old names to the new names.  The old names can be totally disabled at the end of the file by changing the #if 1 block that surrounds the old names
Added a param to GetWhereClause() so that now the LIKE operator can be applied to strings rather than EQUAL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dbtable.h