public enum JavaColumnType extends java.lang.Enum<JavaColumnType>
DBOTypeMapCredential
Enum Constant and Description |
---|
BLOB |
BOOLEAN |
CLOB |
DATE |
DOUBLE |
FLOAT |
INT |
LONG |
STRING |
TIME |
TIMESTAMP |
TRISTATE |
Modifier and Type | Method and Description |
---|---|
static JavaColumnType |
fromString(java.lang.String typeStr) |
java.lang.Class |
getJavaType() |
java.lang.String |
getTypeString() |
static java.lang.String |
validTypesList() |
static JavaColumnType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaColumnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JavaColumnType STRING
public static final JavaColumnType BOOLEAN
public static final JavaColumnType TRISTATE
public static final JavaColumnType INT
public static final JavaColumnType LONG
public static final JavaColumnType FLOAT
public static final JavaColumnType DOUBLE
public static final JavaColumnType TIMESTAMP
public static final JavaColumnType TIME
public static final JavaColumnType DATE
public static final JavaColumnType BLOB
public static final JavaColumnType CLOB
public static JavaColumnType[] values()
for (JavaColumnType c : JavaColumnType.values()) System.out.println(c);
public static JavaColumnType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getTypeString()
public java.lang.Class getJavaType()
public static JavaColumnType fromString(java.lang.String typeStr)
public static java.lang.String validTypesList()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.