Skip to main content

All Questions

-1 votes
2 answers
392 views

Converting ResultSet data to Pie Chart(Google charts) format

The output from resultset from JDBC is : I need to convert it into: A Stringbuffer named data that holds [ ['Tiles', 'Hours per Day'], ['Cabs tile', 1375], ...
main's user avatar
  • 1
1 vote
1 answer
2k views

JDBC ResultSet to a DataTable in Google Visualization API?

Is there a general method to convert a JDBC ResultSet to a Google Visualization DataTable object? It seems like there would be such a thing that uses ResultSetMetaData to create ColumnDescription ...
prototype's user avatar
  • 8,015