Class ResultSetTest


  • public class ResultSetTest
    extends Object
    Provides a function that takes any SQL SELECT query as a string, executes it, and returns the ResultSet produced as a single string column, the first row being a header, then one per row of the ResultSet, semicolons delimiting the original columns.
    Author:
    Filip Hrbek