Ejemplo n.º 1
0
 def tst_magic_constant01():
     return StaticDataLayer.execute_sp_singleton1(
         "call tst_magic_constant01()")
Ejemplo n.º 2
0
 def tst_test_singleton1a_with_lob(p_count, p_blob):
     return StaticDataLayer.execute_sp_singleton1(
         "call tst_test_singleton1a_with_lob(%s, %s)", p_count, p_blob)
Ejemplo n.º 3
0
 def tst_test_max_allowed_packet(p_tmp_blob):
     return StaticDataLayer.execute_sp_singleton1(
         "call tst_test_max_allowed_packet(%s)", p_tmp_blob)
Ejemplo n.º 4
0
 def tst_test_singleton1a(p_count):
     return StaticDataLayer.execute_sp_singleton1(
         "call tst_test_singleton1a(%s)", p_count)