Direct access to JDBC ResultSet implementation

Is there a way, through the plugin APIs, to get direct access to a JDBC ResultSet implementation??

…The reason being that I would like SEEKABLE access to binary database fields, i.e:
rs.getBlob().getBinaryInputStream().

It would seem that the getValue(int, int) JS function will bring all the bytes into memory?

currently not possible..
You could look at a plugin developement for this.