Beispiel #1
0
 def tst_test_row0a(p_count):
     return StaticDataLayer.execute_sp_row0("call tst_test_row0a(%s)",
                                            p_count)
Beispiel #2
0
 def tst_test_row0a_with_lob(p_count, p_blob):
     return StaticDataLayer.execute_sp_row0(
         "call tst_test_row0a_with_lob(%s, %s)", p_count, p_blob)