Class JdbcTypeFamilyInformation


  • public class JdbcTypeFamilyInformation
    extends java.lang.Object
    Information pertaining to JDBC type families.
    • Constructor Detail

      • JdbcTypeFamilyInformation

        public JdbcTypeFamilyInformation()
    • Method Detail

      • locateJdbcTypeFamilyByTypeCode

        public JdbcTypeFamilyInformation.Family locateJdbcTypeFamilyByTypeCode​(int typeCode)
        Will return null if no match is found.
        Parameters:
        typeCode - The JDBC type code.
        Returns:
        The family of datatypes the type code belongs to, or null if it belongs to no known families.