org.drools.workbench.models.datamodel.oracle
Class DataType
java.lang.Object
org.drools.workbench.models.datamodel.oracle.DataType
public class DataType
- extends Object
An Oracle for all things "data type" related
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_COLLECTION
public static final String TYPE_COLLECTION
- These are the explicit types supported
- See Also:
- Constant Field Values
TYPE_COMPARABLE
public static final String TYPE_COMPARABLE
- See Also:
- Constant Field Values
TYPE_STRING
public static final String TYPE_STRING
- See Also:
- Constant Field Values
TYPE_NUMERIC
public static final String TYPE_NUMERIC
- See Also:
- Constant Field Values
TYPE_NUMERIC_BIGDECIMAL
public static final String TYPE_NUMERIC_BIGDECIMAL
- See Also:
- Constant Field Values
TYPE_NUMERIC_BIGINTEGER
public static final String TYPE_NUMERIC_BIGINTEGER
- See Also:
- Constant Field Values
TYPE_NUMERIC_BYTE
public static final String TYPE_NUMERIC_BYTE
- See Also:
- Constant Field Values
TYPE_NUMERIC_DOUBLE
public static final String TYPE_NUMERIC_DOUBLE
- See Also:
- Constant Field Values
TYPE_NUMERIC_FLOAT
public static final String TYPE_NUMERIC_FLOAT
- See Also:
- Constant Field Values
TYPE_NUMERIC_INTEGER
public static final String TYPE_NUMERIC_INTEGER
- See Also:
- Constant Field Values
TYPE_NUMERIC_LONG
public static final String TYPE_NUMERIC_LONG
- See Also:
- Constant Field Values
TYPE_NUMERIC_SHORT
public static final String TYPE_NUMERIC_SHORT
- See Also:
- Constant Field Values
TYPE_BOOLEAN
public static final String TYPE_BOOLEAN
- See Also:
- Constant Field Values
TYPE_DATE
public static final String TYPE_DATE
- See Also:
- Constant Field Values
TYPE_OBJECT
public static final String TYPE_OBJECT
- See Also:
- Constant Field Values
TYPE_FINAL_OBJECT
public static final String TYPE_FINAL_OBJECT
- See Also:
- Constant Field Values
TYPE_THIS
public static final String TYPE_THIS
- See Also:
- Constant Field Values
TYPE_VOID
public static final String TYPE_VOID
- See Also:
- Constant Field Values
DataType
public DataType()
isNumeric
public static boolean isNumeric(String type)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.