Skip to content

Commit

Permalink
Clarify documentation surrounding variable.actualElements.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-tuininga committed May 8, 2018
1 parent 3288cff commit 1dbfb60
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/src/variable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ Variable Objects
This read-only attribute returns the actual number of elements in the
variable. This corresponds to the number of elements in a PL/SQL index-by
table for variables that are created using the method
:func:`Cursor.arrayvar()`. For output variables in a DML returning
statement this value corresponds to the number of rows returned. For all
other variables this value will be identical to the attribute
:attr:`~Variable.numElements`.
:func:`Cursor.arrayvar()`. For all other variables this value will be
identical to the attribute :attr:`~Variable.numElements`.

.. attribute:: Variable.bufferSize

Expand Down

0 comments on commit 1dbfb60

Please sign in to comment.