Class MetaDataHelper


  • public class MetaDataHelper
    extends java.lang.Object
    Some helper methods.
    Author:
    harald
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String jdbcTypeToString​(int jdbcType)
      Converts a jdbc type to a string.
      • Methods inherited from class java.lang.Object

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

      • jdbcTypeToString

        public static java.lang.String jdbcTypeToString​(int jdbcType)
        Converts a jdbc type to a string.
        Parameters:
        jdbcType - the jdbc type
        Returns:
        the string, never null