def tst_magic_constant01(): return StaticDataLayer.execute_sp_singleton1( "call tst_magic_constant01()")
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)
def tst_test_max_allowed_packet(p_tmp_blob): return StaticDataLayer.execute_sp_singleton1( "call tst_test_max_allowed_packet(%s)", p_tmp_blob)
def tst_test_singleton1a(p_count): return StaticDataLayer.execute_sp_singleton1( "call tst_test_singleton1a(%s)", p_count)