Enum JavaJDBCType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<JavaJDBCType>

    public enum JavaJDBCType
    extends java.lang.Enum<JavaJDBCType>
    • Field Detail

      • _JavaType

        public java.lang.String _JavaType
      • _JavaClassClass

        public java.lang.Class<?> _JavaClassClass
      • _JavaClassType

        public java.lang.String _JavaClassType
      • _JDBCType

        public java.lang.String _JDBCType
      • _JDBCSQLType

        public java.lang.String _JDBCSQLType
    • Method Detail

      • values

        public static JavaJDBCType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (JavaJDBCType c : JavaJDBCType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static JavaJDBCType valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getFieldTypeBase

        public static java.lang.String getFieldTypeBase​(Column C)
      • getFieldTypeBaseClass

        public static java.lang.String getFieldTypeBaseClass​(Column C)
      • getFieldTypeBaseClass

        public static java.lang.String getFieldTypeBaseClass​(ColumnType T)
      • getFieldTypeBaseClassClass

        public static java.lang.Class<?> getFieldTypeBaseClassClass​(ColumnType T)
      • getFieldTypeParam

        public static java.lang.String getFieldTypeParam​(Column C,
                                                         boolean Multi)
      • getFieldType

        public static java.lang.String getFieldType​(Column C)
      • getJsonFieldType

        public static java.lang.String getJsonFieldType​(JsonField F)