You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2007/07/25 05:10:37 UTC

[jira] Assigned: (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 ]

Paulex Yang reassigned HARMONY-4525:
------------------------------------

    Assignee: Paulex Yang

> [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
>            Assignee: Paulex Yang
>         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.