Support some charset grammar
This commit is contained in:
@ -344,6 +344,12 @@ public:
|
||||
const ObSQLMode mode,
|
||||
bool is_from_pl = false);
|
||||
|
||||
static int set_string_val_charset(ObObjParam &val,
|
||||
ObString &charset,
|
||||
ObObj &result_val,
|
||||
bool is_strict_mode,
|
||||
bool return_ret);
|
||||
|
||||
static int resolve_data_type(const ParseNode &type_node,
|
||||
const common::ObString &ident_name,
|
||||
common::ObDataType &data_type,
|
||||
|
||||
Reference in New Issue
Block a user