[FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
@ -67,6 +67,13 @@ private:
|
||||
static int convert_lob_locator_to_longtext(common::ObObj &value,
|
||||
common::ObIAllocator &alloc,
|
||||
const ObSQLSessionInfo &my_session);
|
||||
static int convert_text_value_charset(common::ObObj& value,
|
||||
bool res_has_lob_header,
|
||||
common::ObIAllocator &alloc,
|
||||
const ObSQLSessionInfo &my_session);
|
||||
static int process_lob_locator_results(common::ObObj& value,
|
||||
common::ObIAllocator &alloc,
|
||||
const ObSQLSessionInfo &my_session);
|
||||
static int convert_string_charset(const common::ObString &in_str,
|
||||
const ObCollationType in_cs_type,
|
||||
const ObCollationType out_cs_type,
|
||||
|
||||
Reference in New Issue
Block a user