|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.db.ColumnTypeConverter
public class ColumnTypeConverter
This class converts column types into Strings representing corresponding Java types.
Constructor Summary | |
---|---|
ColumnTypeConverter()
|
Method Summary | |
---|---|
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). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnTypeConverter()
Method Detail |
---|
public static java.lang.String[] convertTypes(int[] aTypes, int[] aSizes)
aTypes
- int[] with the coded SQL column types.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |