clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

[JDBC] ResultSetImpl

Open chernser opened this issue 6 months ago • 0 comments

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()

chernser avatar Jun 04 '25 03:06 chernser