Package com.iizix.db
Class SQLDataTypesHelper
java.lang.Object
com.iizix.db.SQLDataTypesHelper
Helper class for SQL data types.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- static String- getSQLDataTypeString- (int type) Gets the SQL data type string for its value.
- Constructor Details- SQLDataTypesHelperpublic SQLDataTypesHelper()
 
- Method Details- getSQLDataTypeStringGets 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.