Beispiel #1
0
 def tst_magic_constant01():
     return StaticDataLayer.execute_sp_singleton1(
         "call tst_magic_constant01()")
Beispiel #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)
Beispiel #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)
Beispiel #4
0
 def tst_test_singleton1a(p_count):
     return StaticDataLayer.execute_sp_singleton1(
         "call tst_test_singleton1a(%s)", p_count)