resultset is an iterator?
From: mistral (vlamos_playa_at_hotmail.com)
Date: 05/18/04
- Next message: Silvio Bierman: "Re: resultset is an iterator?"
- Previous message: Paul Schmidt: "Classes looking after themselves"
- Next in thread: Silvio Bierman: "Re: resultset is an iterator?"
- Reply: Silvio Bierman: "Re: resultset is an iterator?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 18 May 2004 17:17:04 GMT
Hello,
1)If a execute a statement : SELECT * FROM balaba.
And I retrieve this statement as a resultset. Then is this result set
totally filled with the table => the resultset contains the whole table
blabla.
OR is this just an interator and every time I do a next the database is
contacted and the next record is retrieved.
This is important because you don't want a whole db table in your memory :)
2) Is the com.mysql.jdbc.resultset better than java.sql.resultset?
Thanks !
Tom
- Next message: Silvio Bierman: "Re: resultset is an iterator?"
- Previous message: Paul Schmidt: "Classes looking after themselves"
- Next in thread: Silvio Bierman: "Re: resultset is an iterator?"
- Reply: Silvio Bierman: "Re: resultset is an iterator?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|