Beispiel #1
0
 def tst_test_singleton1a_with_lob(p_count, p_blob):
     return StaticDataLayer.execute_sp_singleton1(
         "select tst_test_singleton1a_with_lob(%s::int, %s::bytea)",
         p_count, p_blob)
Beispiel #2
0
 def tst_magic_constant01():
     return StaticDataLayer.execute_sp_singleton1(
         "select tst_magic_constant01()")
Beispiel #3
0
 def tst_test_singleton1a(p_count):
     return StaticDataLayer.execute_sp_singleton1(
         "select tst_test_singleton1a(%s::int)", p_count)