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