Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-908

implement ResultSetMetadata interface for JDBC

    XMLWordPrintableJSON

Details

    Description

      in `IoTDBResultMetadata`, we just implement the essential methods of `ResultSetMetadata`,

      But it is not sufficient for many JDBC-based frameworks, e.g., Druid.

       

      For example, we need to implement the following methods:

      getColumnClassName()

      getColumnTypeName()

       

      The above interfaces can be implemented easily if you follow the method of `getColumnType`.

       

      By the way, more interfaces are needed but we need to discuss because we need to discuss what is `schema` and what is `table`.

       

       

       

       

      Attachments

        Activity

          People

            tsaitsunghan Jack Tsai
            hxd Xiangdong Huang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: