patch 4.0
This commit is contained in:
@ -15,20 +15,25 @@
|
||||
|
||||
#include "sql/resolver/ob_stmt.h"
|
||||
#include "sql/resolver/cmd/ob_cmd_stmt.h"
|
||||
namespace oceanbase {
|
||||
namespace sql {
|
||||
class ObEmptyQueryStmt : public ObCMDStmt {
|
||||
namespace oceanbase
|
||||
{
|
||||
namespace sql
|
||||
{
|
||||
class ObEmptyQueryStmt : public ObCMDStmt
|
||||
{
|
||||
public:
|
||||
ObEmptyQueryStmt() : ObCMDStmt(stmt::T_EMPTY_QUERY)
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~ObEmptyQueryStmt()
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ObEmptyQueryStmt);
|
||||
};
|
||||
|
||||
} // namespace sql
|
||||
} // namespace oceanbase
|
||||
} // sql
|
||||
} // oceanbase
|
||||
#endif /*OCEANBASE_SQL_RESOLVER_EMPTY_QUERY_STMT_H_*/
|
||||
|
||||
Reference in New Issue
Block a user