public class NationalizedTypeMappings extends Object
Manages a mapping between nationalized and non-nationalized variants of JDBC types.
At the moment we only care about being able to map non-nationalized codes to the corresponding nationalized equivalent, so that’s all we implement for now
| Modifier and Type | Field and Description |
|---|---|
static NationalizedTypeMappings |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
NationalizedTypeMappings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorrespondingNationalizedCode(int jdbcCode) |
public static final NationalizedTypeMappings INSTANCE
Singleton access
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.