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