Subject Not implemented yet
Author Francisco Vieira
Why is not possible to use:
 
resultSet.absolute(xx) or
 
Statement statement = con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
The exception is always: Not implemented yet
 
Doesn`t JayBird support this kind of implementation?