[FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com> Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
@ -27,8 +27,9 @@ public:
|
||||
ObDeleteStmtPrinter()=delete;
|
||||
ObDeleteStmtPrinter(char *buf, int64_t buf_len, int64_t *pos, const ObDeleteStmt *stmt,
|
||||
ObSchemaGetterGuard *schema_guard,
|
||||
common::ObObjPrintParams print_params) :
|
||||
ObDMLStmtPrinter(buf, buf_len, pos, stmt, schema_guard, print_params) {}
|
||||
common::ObObjPrintParams print_params,
|
||||
const ParamStore *param_store = NULL) :
|
||||
ObDMLStmtPrinter(buf, buf_len, pos, stmt, schema_guard, print_params, param_store) {}
|
||||
virtual ~ObDeleteStmtPrinter() {}
|
||||
|
||||
void init(char *buf, int64_t buf_len, int64_t *pos, ObDeleteStmt *stmt);
|
||||
|
||||
Reference in New Issue
Block a user