Class JdbcTypeFamilyInformation
java.lang.Object
org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
Information pertaining to JDBC type families.
- Author:
- Steve Ebersole
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocateJdbcTypeFamilyByTypeCode(int typeCode) Will returnnullif no match is found.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
JdbcTypeFamilyInformation
public JdbcTypeFamilyInformation()
-
-
Method Details
-
locateJdbcTypeFamilyByTypeCode
Will returnnullif no match is found.- Parameters:
typeCode- The JDBC type code.- Returns:
- The family of datatypes the type code belongs to, or
nullif it belongs to no known families.
-