Package com.iizix.db
Class SQLDataTypesHelper
java.lang.Object
com.iizix.db.SQLDataTypesHelper
Helper class for SQL data types.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionstatic String
getSQLDataTypeString
(int type) Gets the SQL data type string for its value.
Constructor Details
SQLDataTypesHelper
public SQLDataTypesHelper()
Method Details
getSQLDataTypeString
Gets the SQL data type string for its value.- Parameters:
type
- The JDBC data type value.- Returns:
- The Types String for the value, or null for none.