Version: 1.0.0
query_parser.h
Go to the documentation of this file.
1 #ifndef _WX_DATABASE_QUERY_PARSER_H_
2 #define _WX_DATABASE_QUERY_PARSER_H_
3 
4 #include "wx/database/wxprec.h"
5 
6 
7 wxArrayString ParseQueries(const wxString& strQuery);
8 
9 #endif//_WX_DATABASE_QUERY_PARSER_H_
wxArrayString ParseQueries(const wxString &strQuery)