This class accepts a schema represented as "field_name_1 field_type_1, ..." and parses the result set according to the given schema. This avoids other methods from having complete schema awareness. It also provides helper methods to serialize values from the result set into a string. Other helper methods include generating a create table with the given schema SQL and inserting a row into the table after deserializing the values from a string.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.