Beispiel #1
0
 def tst_test_singleton0a_with_lob(p_count, p_blob):
     return StaticDataLayer.execute_sp_singleton0(
         "select tst_test_singleton0a_with_lob(%s::int, %s::bytea)",
         p_count, p_blob)
Beispiel #2
0
 def tst_test_singleton0a(p_count):
     return StaticDataLayer.execute_sp_singleton0(
         "select tst_test_singleton0a(%s::int)", p_count)