On Fri, February 3, 2006 18:51, Luis Silva wrote:
>
> I there, I'm trying to learn more about libpqxx and I'm reading the
> examples
> tests that come with the libpqxx. The problem is, that I can't find a
> function that does the rollback of a transation. Can you help??

It's called abort().  But if you just destroy a transaction object without
committing it, that will have the same effect.


> ps-Is there a web page where I can find all the classes and methods of
libpqxx TKS A
> LOT

This should be in the "doc/html" subdirectory of the source tree.  You
should find a reference manual and a brief tutorial there.  The reference
documentation is generated from comments in the header files.

Sometimes something goes wrong in building the documentation.  When that
happens, a tarball may be released without it.  This shouldn't happen
again, since the release script now automatically checks for it, but if
you go to the project page you will find a link "Online Documentation"
that takes you to copies of this documentation for various libpqxx
versions.

The project page can be found at

    http://thaiopensource.org/development/libpqxx/


Jeroen


_______________________________________________
Libpqxx-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/libpqxx-general

Reply via email to