[
https://issues.apache.org/jira/browse/DERBY-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
V.Narayanan updated DERBY-2506:
-------------------------------
Attachment: PreparedCallable_DRDA_Test_diff.stat
PreparedCallable_DRDA_Test_diff.diff
Attached is the code that contains the changes I had to make to test the DRDA
patch attached earlier.
The following is a detailed explanation of the changes made in this patch.
M java/drda/org/apache/derby/impl/drda/DRDAConnThread.java
Contains DRDA changes same as in the previous patch submitted.
M java/client/org/apache/derby/client/net/NetConnection40.java
Moved the createClob and the createBlob methods into Connection.
M java/client/org/apache/derby/client/net/NetStatementRequest.java
Contains the DRDA changes same as in previous patch submitted.
M java/client/org/apache/derby/client/am/Connection.java
Contains the implementaion of the createClob and the createBlob methods.
In order to implement these methods I call CLOBCREATELOCATOR and
BLOBCREATELOCATOR repectively to creat a valid locator value and then
supply this locator as a parameter to the Blob and Clob constructor.
M java/client/org/apache/derby/client/am/Blob.java
M java/client/org/apache/derby/client/am/Clob.java
Implemented a constructor that will accept as locator as a parameter.
M java/client/org/apache/derby/client/am/Lob.java
The getLocator method that returns the locator value associated with this LOB.
The isLocator method that indicates whether this LOB is locator enabled or not.
X tools/testing/derby
Performing status on external item at 'tools/testing/derby/10.1'
> Adding the locator information to FD:OCA descriptor (FDODSC) andFD:OCA data
> (FDODTA) of the SQLDTA objects
> -----------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2506
> URL: https://issues.apache.org/jira/browse/DERBY-2506
> Project: Derby
> Issue Type: Sub-task
> Reporter: V.Narayanan
> Assigned To: V.Narayanan
> Attachments: PreparedCallable_DRDA_Test_diff.diff,
> PreparedCallable_DRDA_Test_diff.stat, PreparedCallable_DRDA_v1.diff,
> PreparedCallable_DRDA_v1.stat, PreparedCallable_DRDA_v2.diff,
> PreparedCallable_DRDA_v2.stat
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.