Initial commit. Contains a simple query tool.
This commit is contained in:
commit
edc6df25da
19 changed files with 1245 additions and 0 deletions
11
sqlparser.h
Normal file
11
sqlparser.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef SQLPARSER_H
|
||||
#define SQLPARSER_H
|
||||
|
||||
|
||||
class SqlParser
|
||||
{
|
||||
public:
|
||||
SqlParser();
|
||||
};
|
||||
|
||||
#endif // SQLPARSER_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue