11 lines
No EOL
107 B
C++
11 lines
No EOL
107 B
C++
#ifndef SQLPARSER_H
|
|
#define SQLPARSER_H
|
|
|
|
|
|
class SqlParser
|
|
{
|
|
public:
|
|
SqlParser();
|
|
};
|
|
|
|
#endif // SQLPARSER_H
|