Description
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
Attachments
Attachments
Issue Links
- depends upon
-
SOLR-8517 Implement minimal set of get* methods in ResultSetImpl for column names
- Resolved
-
SOLR-8519 Implement ResultSetMetaDataImpl.getColumnCount()
- Resolved
- is depended upon by
-
SOLR-8518 Implement ResultSetMetaDataImpl getColumnType and getColumnTypeName
- Resolved
- is related to
-
SOLR-8517 Implement minimal set of get* methods in ResultSetImpl for column names
- Resolved