# HG changeset patch # User Sylvain Thénault # Date 1357753068 -3600 # Node ID 0436c231ac4803432deef1a8a9f106c40128ede8 # Parent dd53d8d63b4bf200dd9c2bbb011ca56272198e63 [doc] document dbapi.Connection diff -r dd53d8d63b4b -r 0436c231ac48 doc/book/en/devrepo/devcore/dbapi.rst --- a/doc/book/en/devrepo/devcore/dbapi.rst Fri Mar 08 09:15:09 2013 +0100 +++ b/doc/book/en/devrepo/devcore/dbapi.rst Wed Jan 09 18:37:48 2013 +0100 @@ -111,15 +111,18 @@ :members: -The `Cursor` API -~~~~~~~~~~~~~~~~ +The `Cursor` and `Connection` API +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The whole cursor API is developped below. .. note:: - In practice we use the `.execute` method on the _cw object of + In practice you'll usually use the `.execute` method on the _cw object of appobjects. Usage of other methods is quite rare. .. autoclass:: cubicweb.dbapi.Cursor :members: + +.. autoclass:: cubicweb.dbapi.Connection + :members: