Example #1
0
 def tst_test_singleton0a_with_lob(p_count, p_blob):
     return StaticDataLayer.execute_sp_singleton0(
         "call tst_test_singleton0a_with_lob(%s, %s)", p_count, p_blob)
Example #2
0
 def tst_test_singleton0a(p_count):
     return StaticDataLayer.execute_sp_singleton0(
         "call tst_test_singleton0a(%s)", p_count)