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

Reply via email to