1 parent ed88224 commit 2cfdb40Copy full SHA for 2cfdb40
1 file changed
samples/PLSQLRecord.py
@@ -21,6 +21,7 @@
21
22
# create new object of the correct type
23
# note the use of a PL/SQL record defined in a package
24
+# a table record identified by TABLE%ROWTYPE can also be used
25
typeObj = connection.gettype("PKG_DEMO.UDT_DEMORECORD")
26
obj = typeObj.newobject()
27
obj.NUMBERVALUE = 6
0 commit comments