pgLab/pglablib/sqlast/Statement.cpp

11 lines
79 B
C++
Raw Normal View History

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