[
https://issues.apache.org/jira/browse/TRAFODION-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15634068#comment-15634068
]
ASF GitHub Bot commented on TRAFODION-2308:
-------------------------------------------
Github user arvind-narain commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/799#discussion_r86427334
--- Diff: core/conn/odbc/src/odbc/nsksrvr/Interface/odbcs_srvr_res.cpp ---
@@ -642,6 +642,41 @@ odbc_SQLSrvr_EndTransaction_ts_res_(
} // odbc_SQLSrvr_EndTransaction_ts_res_()
+CEE_status
+odbc_SQLSrvr_ExtractLob_ts_res_(
+ /* In */ CEE_tag_def objtag_
+ , /* In */ const CEE_handle_def *call_id_
+ , /* In */ const struct odbc_SQLsrvr_ExtractLob_exc_ *exception_
+ , /* In */ IDL_long_long lobDataLen
+ , /* In */ IDL_char *lobDataValue
+ )
+{
+ CInterface* pnode = (CInterface *)objtag_;
+
+ CEE_status sts = CEE_SUCCESS;
+
+ IDL_short error;
+ CEERCV_IOMessage_reply_seq_ reply;
+
+ char * buffer = NULL;
+ UInt32 message_length = 0;
+
+ odbc_SQLsrvr_ExtractLob_param_res_(
--- End diff --
If odbc_SQLsrvr_ExtractLob_param_res_ does return error ( CEE_ALLOCFAIL -
previous comment ) then store the return status in sts here and check for the
same.
> JDBC T4 support read LOB
> ------------------------
>
> Key: TRAFODION-2308
> URL: https://issues.apache.org/jira/browse/TRAFODION-2308
> Project: Apache Trafodion
> Issue Type: Sub-task
> Components: client-jdbc-t4, connectivity-mxosrvr
> Reporter: Weiqing Xu
> Assignee: Weiqing Xu
>
> JDBC T4 need implement some API to support CLOB and BLOB.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)