[
https://issues.apache.org/jira/browse/CASSANDRA-3089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092329#comment-13092329
]
Jonathan Ellis commented on CASSANDRA-3089:
-------------------------------------------
I checked what postgresql does:
{code}
public RowId getRowId(int parameterIndex) throws SQLException
{
throw org.postgresql.Driver.notImplemented(this.getClass(),
"getRowId(int)");
}
public RowId getRowId(String parameterName) throws SQLException
{
throw org.postgresql.Driver.notImplemented(this.getClass(),
"getRowId(String)");
}
{code}
So, I'd say using byte value and documenting that it's not technically
compliant with the spec is reasonable. :)
> Support RowId in ResultSet
> --------------------------
>
> Key: CASSANDRA-3089
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3089
> Project: Cassandra
> Issue Type: Sub-task
> Components: Drivers
> Affects Versions: 0.8.4
> Reporter: Rick Shaw
> Assignee: Rick Shaw
> Priority: Trivial
> Labels: JDBC, lhf
> Fix For: 1.0
>
>
> Support the JDBC concept of {{RowId}} by using the C* row index value.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira