类 JdbcTypeFamilyInformation


  • public class JdbcTypeFamilyInformation
    extends Object
    Information pertaining to JDBC type families.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • JdbcTypeFamilyInformation

        public JdbcTypeFamilyInformation()
    • 方法详细资料

      • locateJdbcTypeFamilyByTypeCode

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