[ 
https://issues.apache.org/jira/browse/DERBY-4932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rick Hillegas updated DERBY-4932:
---------------------------------

    Attachment: derby-4932-02-aa-moveStringColumnVTI.diff

Attaching derby-4932-02-aa-moveStringColumnVTI.diff. This patch moves 
StringColumnVTI from its test package to the public api. I am running 
regression tests now.


Touches the following files:

----------

A      java/engine/org/apache/derby/vti/StringColumnVTI.java
D      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/StringColumnVTI.java

Moves the class. Makes StringColumnVTI use the Harmony LOBs rather than its 
own, cruder implementations. Also stubs out the getMetaData() method which is 
not needed for table functions.

----------

M      java/engine/org/apache/derby/vti/build.xml

Wires StringColumnVTI into the 1.4 build of this package.

----------

M      tools/javadoc/publishedapi.ant

Adds StringColumnVTI to the public api.

----------

M      java/engine/org/apache/derby/iapi/types/HarmonySerialBlob.java
M      java/engine/org/apache/derby/iapi/types/HarmonySerialClob.java

Corrects the header comments for these classes.

----------

M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/BooleanValuesTest.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/StringArrayVTI.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/lang/AnsiSignatures.java
M      
java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ParameterMappingTest.java

Various changes to reflect the fact that StringColumnVTI moved and its crude 
LOB implementations have been removed.


> Move the StringColumnVTI to the public api
> ------------------------------------------
>
>                 Key: DERBY-4932
>                 URL: https://issues.apache.org/jira/browse/DERBY-4932
>             Project: Derby
>          Issue Type: Improvement
>          Components: Javadoc, SQL, Tools
>            Reporter: Rick Hillegas
>            Assignee: Rick Hillegas
>            Priority: Minor
>         Attachments: derby-4932-01-aa-exposeVTITemplate.diff, 
> derby-4932-02-aa-moveStringColumnVTI.diff
>
>
> I have found StringColumnVTI to be a very useful class for removing the 
> drudgery of writing a table function. I would like to move it to move it into 
> the package with the other public vti machinery and then expose it as part of 
> Derby's public api.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to