Beispiel #1
0
 def tst_test_row1a_with_lob(p_count, p_blob):
     return StaticDataLayer.execute_sp_row1(
         "call tst_test_row1a_with_lob(%s, %s)", p_count, p_blob)
Beispiel #2
0
 def tst_test_row1a(p_count):
     return StaticDataLayer.execute_sp_row1("call tst_test_row1a(%s)",
                                            p_count)