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

8 lines
101 B
C++

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