mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-08 10:44:20 +01:00
feat(java): implement getRow() in JDBC4ResultSet
This commit is contained in:
@@ -453,7 +453,7 @@ public final class JDBC4ResultSet implements ResultSet, ResultSetMetaData {
|
||||
|
||||
@Override
|
||||
public int getRow() throws SQLException {
|
||||
throw new UnsupportedOperationException("not implemented");
|
||||
return resultSet.getRow();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user