JDBC-Question

Поиск
Список
Период
Сортировка
От Erwin Ambrosch
Тема JDBC-Question
Дата
Msg-id 200203140912.g2E9CiF08888@email.ebutec.at
обсуждение исходный текст
Ответы Last Inserted row.  ("Kris Zawadka" <kris@h3x.com>)
Список pgsql-general
Hi,

I wonder what happens if an application performs the following.

Lets say I have a table named user with 1000 rows.  The application executest
the following.

Connection con = getConnterion();
Statement stmt = con.createStatement();
ResultSet rset = stmt.executesQuery("SELECT * FORM users");

Do I have all the data (1000 rows) in memory or dose the driver fetch the
data as needed (while iterating over the rset instance) from my postgresql
backend.

Thanks in advance
Erwin

В списке pgsql-general по дате отправления:

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Converting/formatting timestamp arithmetic
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Distributed databases