doc/book/en/devrepo/devcore/dbapi.rst
branchstable
changeset 8717 0436c231ac48
parent 6385 9f91d09ee5fa
child 9184 b982e88e4836
equal deleted inserted replaced
8716:dd53d8d63b4b 8717:0436c231ac48
   109 
   109 
   110 .. autoclass:: cubicweb.rset.ResultSet
   110 .. autoclass:: cubicweb.rset.ResultSet
   111    :members:
   111    :members:
   112 
   112 
   113 
   113 
   114 The `Cursor` API
   114 The `Cursor` and `Connection` API
   115 ~~~~~~~~~~~~~~~~
   115 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   116 
   116 
   117 The whole cursor API is developped below.
   117 The whole cursor API is developped below.
   118 
   118 
   119 .. note::
   119 .. note::
   120 
   120 
   121   In practice we use the `.execute` method on the _cw object of
   121   In practice you'll usually use the `.execute` method on the _cw object of
   122   appobjects. Usage of other methods is quite rare.
   122   appobjects. Usage of other methods is quite rare.
   123 
   123 
   124 .. autoclass:: cubicweb.dbapi.Cursor
   124 .. autoclass:: cubicweb.dbapi.Cursor
   125    :members:
   125    :members:
       
   126 
       
   127 .. autoclass:: cubicweb.dbapi.Connection
       
   128    :members: