Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
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`.