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 -> Oracle JDBC driver question

Oracle JDBC driver question

From: <nmp93_at_my-deja.com>
Date: Tue, 14 Dec 1999 09:18:52 GMT
Message-ID: <83521o$nq3$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 ina 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 Tue Dec 14 1999 - 03:18:52 CST

Original text of this message

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