Skip to content

Instantly share code, notes, and snippets.

@bendiy
Created December 7, 2012 00:27
Show Gist options
  • Save bendiy/4229692 to your computer and use it in GitHub Desktop.
Save bendiy/4229692 to your computer and use it in GitHub Desktop.
Database call to dispatch
SELECT xt.js_init();
select xt.dispatch($${"username": "admin",
"requestType":"dispatch",
"className":"XT.Schema",
"functionName":"columnInfo",
"parameters": ["public.custinfo","cust_id"],
"isJSON": true
}$$);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment