|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
OracleDatatypeSet represents the valid dataypes allowed in Oracle database and supported in OWB. There is only one object instance of the class which implement this interface.
| Field Summary | |
static java.lang.String |
CHARThe Oracle CHAR datatype. |
static java.lang.String |
DATEThe Oracle DATE datatype. |
static java.lang.String |
FLOATThe Oracle FLOAT datatype. |
static java.lang.String |
NUMBERThe Oracle NUMBER datatype. |
static java.lang.String |
VARCHARThe Oracle VARCHAR datatype. |
static java.lang.String |
VARCHAR2The Oracle VARCHAR2 datatype. |
| Methods inherited from interface oracle.owb.foundation.type.DatatypeSet |
findDataType, getDataTypes |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Field Detail |
public static final java.lang.String NUMBER
public static final java.lang.String FLOAT
public static final java.lang.String CHAR
public static final java.lang.String VARCHAR
public static final java.lang.String VARCHAR2
public static final java.lang.String DATE
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||