Navigation
index
modules
|
next
|
previous
|
cx_Oracle v4.4.1 documentation
»
Variable Objects
¶
Note
The DB API definition does not define this object.
Variable.
allocelems
¶
This read-only attribute returns the number of elements allocated in an array, or the number of scalar items that can be fetched into the variable.
Variable.
getvalue
(
[
pos=0
]
)
¶
Return the value at the given position in the variable.
Variable.
maxlength
¶
This read-only attribute returns the maximum length of the variable.
Variable.
setvalue
(
pos
,
value
)
¶
Set the value at the given position in the variable.
Previous topic
Cursor Object
Next topic
SessionPool Object
Quick search
Navigation
index
modules
|
next
|
previous
|
cx_Oracle v4.4.1 documentation
»