Function used to get the SQL type name from the SQL type integer. Usage: SqlTypeName(12) will return 'VARCHAR' based on {@link java.sql.Types#VARCHAR} being 12
@author jtaylor
@since 0.1
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.