Package com.iizix.db

Class SQLDataTypesHelper


  • public class SQLDataTypesHelper
    extends java.lang.Object
    Helper class for SQL data types.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static java.lang.StringgetSQLDataTypeString​(int type)
      Gets the SQL data type string for its value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SQLDataTypesHelper

        public SQLDataTypesHelper()
    • Method Detail

      • getSQLDataTypeString

        public static java.lang.String getSQLDataTypeString​(int type)
        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.