jsharmony-factory
Version:
Enterprise framework for jsHarmony
20 lines • 414 B
JSON
{
"jsharmony.get_cust_name":{
"params": ["col"],
"sql": [
"(select cust_name from public.cust where cust_id=%%%col%%%)"
]
},
"jsharmony.get_cust_name_ext":{
"params": ["col"],
"sql": [
"(select cust_name from public.cust where cust_id=%%%col%%%)"
]
},
"jsharmony.get_item_name":{
"params": ["col"],
"sql": [
"(select null)"
]
}
}