clickhouse-java
clickhouse-java copied to clipboard
[JDBC] ResultSetImpl
Description
Next issues should be addressed:
-
close()- May be not a thread-safe -
getBytes(int columnIndex)- No tests -
getMetaData()- No tests
Method that need to be implemented:
- getBinaryStream(int columnIndex)
- getWarnings()
- clearWarnings()
- isBeforeFirst()
- isAfterLast()
- isFirst()