We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c567bd1 + d005298 commit 28f1f1eCopy full SHA for 28f1f1e
jdbc-v2/src/main/java/com/clickhouse/jdbc/metadata/ResultSetMetaData.java
@@ -165,6 +165,6 @@ public boolean isDefinitelyWritable(int column) throws SQLException {
165
166
@Override
167
public String getColumnClassName(int column) throws SQLException {
168
- throw new SQLException("Not implemented", ExceptionUtils.SQL_STATE_FEATURE_NOT_SUPPORTED);
+ throw null;
169
}
170
0 commit comments