How to create and send a new query in java?

27 views
Skip to first unread message

Spiff

unread,
Sep 29, 2011, 1:37:40 PM9/29/11
to google-visua...@googlegroups.com
How can I create and send a query in Java?

I see lots of instructions on how to do it in javascript, for example:

var query new google.visualization.Query(url);
query.setQuery('SELECT A,D WHERE D > 100 ORDER BY D');
query.send(handleQueryResponse);

function handleQueryResponse(response{
  var data response.getDataTable();
  // ...
}
  
Can I accomplish the same thing in Java using the google-visualization-java library? 

MC Get Vizzy

unread,
Oct 3, 2011, 4:42:38 AM10/3/11
to google-visua...@googlegroups.com
That is a server-side library.  You are probably looking for this:


Let me know if you have any other questions.  And give my regards to Calvin!

--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/CuK0QzmWNyMJ.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.

Reply all
Reply to author
Forward
0 new messages