2014-10-23 18:12:03 +02:00
|
|
|
|
|
|
|
#ifndef __SQLHELPER_H__
|
|
|
|
#define __SQLHELPER_H__
|
|
|
|
|
|
|
|
|
|
|
|
#include "Statement.h"
|
|
|
|
|
2014-10-31 18:36:02 +01:00
|
|
|
namespace hsql {
|
|
|
|
|
2014-10-23 18:12:03 +02:00
|
|
|
void printSelectStatementInfo(SelectStatement* stmt, uint num_indent);
|
|
|
|
|
2014-10-31 18:36:02 +01:00
|
|
|
} // namespace hsql
|
2014-10-23 18:12:03 +02:00
|
|
|
|
|
|
|
#endif
|