Make db_transaction* remove db/cur from the signature.
Rremoving them allows testing the function's signature
matches the existing signature of a specification and type checking.
Moreover, they should not be used by users of the class, so there is no
reason to have them appear in the documentation (generated from
the signature).