Created
December 7, 2012 00:27
-
-
Save bendiy/4229692 to your computer and use it in GitHub Desktop.
Database call to dispatch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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