Class MetaImpl.TypeInfo

  • Enclosing class:
    MetaImpl

    private static class MetaImpl.TypeInfo
    extends java.lang.Object
    Information about a type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Map<java.lang.Class<?>,​MetaImpl.TypeInfo> m  
      private int sqlType  
      private java.lang.String sqlTypeName  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TypeInfo​(int sqlType, java.lang.String sqlTypeName)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static void put​(java.lang.Class<?> clazz, int sqlType, java.lang.String sqlTypeName)  
      • Methods inherited from class java.lang.Object

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

      • sqlType

        private final int sqlType
      • sqlTypeName

        private final java.lang.String sqlTypeName
    • Constructor Detail

      • TypeInfo

        private TypeInfo​(int sqlType,
                         java.lang.String sqlTypeName)
    • Method Detail

      • put

        static void put​(java.lang.Class<?> clazz,
                        int sqlType,
                        java.lang.String sqlTypeName)