public class JdbcTypeFamilyInformation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JdbcTypeFamilyInformation.Family |
Modifier and Type | Field and Description |
---|---|
static JdbcTypeFamilyInformation |
INSTANCE |
Constructor and Description |
---|
JdbcTypeFamilyInformation() |
Modifier and Type | Method and Description |
---|---|
JdbcTypeFamilyInformation.Family |
locateJdbcTypeFamilyByTypeCode(int typeCode)
Will return
null if no match is found. |
public static final JdbcTypeFamilyInformation INSTANCE
public JdbcTypeFamilyInformation.Family locateJdbcTypeFamilyByTypeCode(int typeCode)
null
if no match is found.typeCode
- The JDBC type code.null
if it belongs to no known families.Copyright © 2017 JBoss by Red Hat. All rights reserved.