HyriseSQLParser/src/lib/sqlhelper.h

14 lines
192 B
C
Raw Normal View History

#ifndef __SQLHELPER_H__
#define __SQLHELPER_H__
#include "Statement.h"
namespace hsql {
void printSelectStatementInfo(SelectStatement* stmt, uint num_indent);
} // namespace hsql
#endif