You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Rick Shaw (JIRA)" <ji...@apache.org> on 2011/06/01 16:27:47 UTC

[jira] [Created] (CASSANDRA-2729) Update the JDBC semantics contained in the interface CassandraResultSet

Update the JDBC semantics contained in the interface CassandraResultSet
-----------------------------------------------------------------------

                 Key: CASSANDRA-2729
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2729
             Project: Cassandra
          Issue Type: Improvement
          Components: API
    Affects Versions: 0.8.0 beta 2
            Reporter: Rick Shaw
            Assignee: Rick Shaw
            Priority: Minor
             Fix For: 0.8.1


The {{CassandraResultSet}} is an interface that defines the extended set of methods that are implemented in the Cassandra implementation of the JDBC {{ResultSet}}. 

It can be used with the {{unwrap(Class<T>)}} method to access the extended methods of the Cassandra specific implementation.

This improvement adds a "{{throws SQLException}}" clause to each additional method of the interface to better align with the existing semantics of methods in a {{ResultSet}} implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CASSANDRA-2729) Update the JDBC semantics contained in the interface CassandraResultSet

Posted by "Rick Shaw (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Shaw updated CASSANDRA-2729:
---------------------------------

    Issue Type: Sub-task  (was: Improvement)
        Parent: CASSANDRA-2754

> Update the JDBC semantics contained in the interface CassandraResultSet
> -----------------------------------------------------------------------
>
>                 Key: CASSANDRA-2729
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2729
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: API
>    Affects Versions: 0.8.0 beta 2
>            Reporter: Rick Shaw
>            Assignee: Rick Shaw
>            Priority: Minor
>             Fix For: 0.8.1
>
>
> The {{CassandraResultSet}} is an interface that defines the extended set of methods that are implemented in the Cassandra implementation of the JDBC {{ResultSet}}. 
> It can be used with the {{unwrap(Class<T>)}} method to access the extended methods of the Cassandra specific implementation.
> This improvement adds a "{{throws SQLException}}" clause to each additional method of the interface to better align with the existing semantics of methods in a {{ResultSet}} implementation.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira