public enum DataTypeMapping extends Enum<DataTypeMapping>
| Enum Constant and Description |
|---|
CHAR |
DATE |
DECIMAL |
INTEGER |
TIMESTAMP |
UNSIGNED_LONG |
VARBINARY |
VARCHAR |
VARCHAR_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
int |
getdType() |
String |
toString() |
static DataTypeMapping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTypeMapping VARCHAR
public static final DataTypeMapping CHAR
public static final DataTypeMapping DECIMAL
public static final DataTypeMapping INTEGER
public static final DataTypeMapping DATE
public static final DataTypeMapping UNSIGNED_LONG
public static final DataTypeMapping VARCHAR_ARRAY
public static final DataTypeMapping VARBINARY
public static final DataTypeMapping TIMESTAMP
public static DataTypeMapping[] values()
for (DataTypeMapping c : DataTypeMapping.values()) System.out.println(c);
public static DataTypeMapping valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<DataTypeMapping>public int getdType()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.