public static enum Property.Datatype extends Enum<Property.Datatype>
| Enum Constant and Description | 
|---|
TYPE_BOOLEAN  | 
TYPE_DATE  | 
TYPE_INTEGER  | 
TYPE_LONG  | 
TYPE_NUMERIC  | 
TYPE_OTHER  | 
TYPE_STRING  | 
TYPE_TIME  | 
TYPE_TIMESTAMP  | 
| Modifier and Type | Method and Description | 
|---|---|
SqlStatement.Type | 
getInternalType()  | 
boolean | 
isNumeric()  | 
static Property.Datatype | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Property.Datatype[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Property.Datatype TYPE_STRING
public static final Property.Datatype TYPE_NUMERIC
public static final Property.Datatype TYPE_INTEGER
public static final Property.Datatype TYPE_LONG
public static final Property.Datatype TYPE_BOOLEAN
public static final Property.Datatype TYPE_DATE
public static final Property.Datatype TYPE_TIME
public static final Property.Datatype TYPE_TIMESTAMP
public static final Property.Datatype TYPE_OTHER
public static Property.Datatype[] values()
for (Property.Datatype c : Property.Datatype.values()) System.out.println(c);
public static Property.Datatype 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 SqlStatement.Type getInternalType()
public boolean isNumeric()
Copyright © 2019 Hitachi Vantara. All rights reserved.