11 lines
79 B
C++
11 lines
79 B
C++
|
|
#include "Statement.h"
|
||
|
|
|
||
|
|
using namespace sqlast;
|
||
|
|
|
||
|
|
Statement::Statement()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
|