Clarify documentation surrounding variable.actualElements.
This commit is contained in:
parent
3288cffe5c
commit
1dbfb60c61
@ -14,10 +14,8 @@ Variable Objects
|
|||||||
This read-only attribute returns the actual number of elements in the
|
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
|
variable. This corresponds to the number of elements in a PL/SQL index-by
|
||||||
table for variables that are created using the method
|
table for variables that are created using the method
|
||||||
:func:`Cursor.arrayvar()`. For output variables in a DML returning
|
:func:`Cursor.arrayvar()`. For all other variables this value will be
|
||||||
statement this value corresponds to the number of rows returned. For all
|
identical to the attribute :attr:`~Variable.numElements`.
|
||||||
other variables this value will be identical to the attribute
|
|
||||||
:attr:`~Variable.numElements`.
|
|
||||||
|
|
||||||
.. attribute:: Variable.bufferSize
|
.. attribute:: Variable.bufferSize
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user