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