You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Regis Xu (JIRA)" <ji...@apache.org> on 2007/07/24 12:46:31 UTC

[jira] Updated: (HARMONY-4525) [classlib][sql] [java6] new methods in javax.sql.RowSet

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

Regis Xu updated HARMONY-4525:
------------------------------

    Attachment: Harmony-4525.diff

May somebody will pls try this path?

> [classlib][sql] [java6] new methods in javax.sql.RowSet
> -------------------------------------------------------
>
>                 Key: HARMONY-4525
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4525
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Regis Xu
>         Attachments: Harmony-4525.diff
>
>
> A lot of new methods in javax.sql.RowSet are introduced in java 6, such as public void setAsciiStream(int parameterIndex, InputStream theInputStream),     public void setAsciiStream(String parameterName, InputStream theInputStream),     public void setBigDecimal(String parameterName, BigDecimal theBigDecimal)  and so on.
> I will create a path for this soon.

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