On Thu, May 31, 2007 03:34, Trigve Siver wrote:

> I want to ask if there are some special casea when cursors
> (pqxx::absolute_cursor, pqxx::icursostream, ...) should be used?

If you need absolute positioning ("move to position #n"), use
absolute_cursor.  If you just want a stream of data from a query, use
icursorstream.

In the future I'm hoping to add a stream interface for COPY, now that that
feature is flexible enough to do full queries.


Jeroen


_______________________________________________
Libpqxx-general mailing list
Libpqxx-general@gborg.postgresql.org
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to