Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-8502 Improve Solr JDBC Driver to support SQL Clients like DBVisualizer
  3. SOLR-8512

Implement minimal set of get* methods in ResultSetImpl for column indices

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Implemented
    • 6.0
    • 6.0
    • SolrJ
    • None

    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

        1. SOLR-8512.patch
          14 kB
          Kevin Risden
        2. SOLR-8512.patch
          12 kB
          Kevin Risden
        3. SOLR-8512.patch
          12 kB
          Kevin Risden
        4. SOLR-8512.patch
          18 kB
          Kevin Risden
        5. sql-preserve-order.patch
          7 kB
          Kevin Risden

        Issue Links

          Activity

            People

              Unassigned Unassigned
              krisden Kevin Risden
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: