Package com.iizix.db

Class SQLDataTypesHelper

java.lang.Object
com.iizix.db.SQLDataTypesHelper

public class SQLDataTypesHelper extends Object
Helper class for SQL data types.
Author:
Christopher Mindus
  • Constructor Details Link icon

    • SQLDataTypesHelper Link icon

      public SQLDataTypesHelper()
  • Method Details Link icon

    • getSQLDataTypeString Link icon

      public static 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.