mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-19 16:14:21 +01:00
## Purpose of this PR - Implement `JDBC4ResultSet`'s `getXXX(columnIndex)` methods ## Changes - `JDBC4ResultSet`'s `getXXX(columnIndex)` methods are implemented - Add some docs for clarification(+ leaving history) ## Reference - [Issue](https://github.com/tursodatabase/limbo/issues/615) Closes #813