Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> JDBC question - OracleResultSet, the truth?

JDBC question - OracleResultSet, the truth?

From: <nmp93_at_my-deja.com>
Date: Mon, 13 Dec 1999 14:07:17 GMT
Message-ID: <832uii$5n5$1@nnrp1.deja.com>


Hi,

ResultSet resultSet = statement.executeQuery(query);

How does this actually work?

Is the underlying object ( in my case OracleResultSet ) mapped onto the ResultSet interface, sitting on the same machine as the JVM in a fully populated state, or is the ResultSet merely a portal to the RDBMS server ( via JDBC ), whereby each method applied to the ResultSet involves some kind of network overhead?

Many thanks in advance!

p.s. I'm using an Oracle8 driver

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Dec 13 1999 - 08:07:17 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US