public class ColumnTypeConverter
extends java.lang.Object
| Constructor and Description |
|---|
ColumnTypeConverter() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
convertTypes(int[] aTypes,
int[] aSizes)
This method converts coded SQL columntypes into
the corresponding Java objects (whose names are given
int the String[] elements).
|
public static java.lang.String[] convertTypes(int[] aTypes,
int[] aSizes)
aTypes - int[] with the coded SQL column types.Copyright © 2014. All Rights Reserved.