You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2009/04/14 16:09:14 UTC

[jira] Updated: (PIVOT-93) Create a pivot.sql.ResultSetAdapter class

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

Greg Brown updated PIVOT-93:
----------------------------

    Description: 
This class will implement List<Object> and will allow callers to wrap JDBC results in a collection that is serializable by JSONSerializer and CSVSerializer.

We'll need a way to specify the columns and types that should be extracted, possibly via a column name to Class<?> mapping.



  was:
This class will implement List<Object> and will allow callers to wrap JDBC results in a collection that is serializable by JSONSerializer and CSVSerializer.




> Create a pivot.sql.ResultSetAdapter class
> -----------------------------------------
>
>                 Key: PIVOT-93
>                 URL: https://issues.apache.org/jira/browse/PIVOT-93
>             Project: Pivot
>          Issue Type: New Feature
>            Reporter: Greg Brown
>            Assignee: Greg Brown
>
> This class will implement List<Object> and will allow callers to wrap JDBC results in a collection that is serializable by JSONSerializer and CSVSerializer.
> We'll need a way to specify the columns and types that should be extracted, possibly via a column name to Class<?> mapping.

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