Map a column data type to its corresponding Java class.
A query returns meta information from a database:
SELE
JDBC provides the means to introspect database meta information.
From a JDBC Connection, call getMetaData and getColumns drill down from there to get information for schemas, tables and, columns.