pgLab/pglablib/sqlast/Literal.cpp

9 lines
71 B
C++
Raw Normal View History

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