clickhouse-java
clickhouse-java copied to clipboard
[JDBC] ResultSetMetadata
Description
There are some issues:
-
getTableName(int column)- Doesn't cover case with joins and unions -
isReadOnly(int column)- Always return true. Need to detect calculated columns -
isWritable(int column)- Always return true. Need to detect calculated columns -
isDefinitelyWritable(int column)- implement according to the spec.