类 JdbcTypeFamilyInformation
- java.lang.Object
-
- org.hibernate.type.descriptor.sql.JdbcTypeFamilyInformation
-
public class JdbcTypeFamilyInformation extends Object
Information pertaining to JDBC type families.- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classJdbcTypeFamilyInformation.Family
-
字段概要
字段 修饰符和类型 字段 说明 static JdbcTypeFamilyInformationINSTANCE
-
构造器概要
构造器 构造器 说明 JdbcTypeFamilyInformation()
-
-
-
字段详细资料
-
INSTANCE
public static final JdbcTypeFamilyInformation INSTANCE
-
-
方法详细资料
-
locateJdbcTypeFamilyByTypeCode
public JdbcTypeFamilyInformation.Family locateJdbcTypeFamilyByTypeCode(int typeCode)
Will returnnullif no match is found.- 参数:
typeCode- The JDBC type code.- 返回:
- The family of datatypes the type code belongs to, or
nullif it belongs to no known families.
-
-