pgLab/pglablib/sqlast/Statement.cpp
eelke fbbe832a05 Start of new ANTLR4 based parser.
Very simple tests pass.
2022-04-03 12:27:35 +02:00

10 lines
79 B
C++

#include "Statement.h"
using namespace sqlast;
Statement::Statement()
{
}