[
https://issues.apache.org/jira/browse/SOLR-8512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116629#comment-15116629
]
Joel Bernstein commented on SOLR-8512:
--------------------------------------
commit:
https://github.com/apache/lucene-solr/commit/0ff8d11367f8fe734abba9203d48be878f4ce7f2
> Implement minimal set of get* methods in ResultSetImpl for column indices
> -------------------------------------------------------------------------
>
> Key: SOLR-8512
> URL: https://issues.apache.org/jira/browse/SOLR-8512
> Project: Solr
> Issue Type: Sub-task
> Components: SolrJ
> Affects Versions: 6.0
> Reporter: Kevin Risden
> Fix For: 6.0
>
> Attachments: SOLR-8512.patch, SOLR-8512.patch, SOLR-8512.patch,
> SOLR-8512.patch, sql-preserve-order.patch
>
>
> SQL clients use the proper get* methods on the ResultSet to return items to
> be displayed. At minimum, the following methods should be implemented for
> column index:
> * public Object getObject
> * public String getString
> * public boolean getBoolean
> * public short getShort
> * public int getInt
> * public long getLong
> * public float getFloat
> * public double getDouble
> * public BigDecimal getBigDecimal
> * public Date getDate
> * public Time getTime
> * public Timestamp getTimestamp
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]