|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3) B25989-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ColumnDefinition describes a column. It contains the information of a column, such as the name, unit, description, and value type of the column.
| Field Summary | |
static byte |
DOUBLEthe type ID for double column value |
static byte |
INTEGERthe type ID for integer column value |
static byte |
LONGthe type ID for long column value |
static byte |
STRINGthe type ID for string column value |
static byte |
UNKNOWNthe type ID for default column value |
| Method Summary | |
java.lang.String |
getDescription()Gets the description of the column. |
java.lang.String |
getDisplayName()Gets the display name of the column. |
java.lang.String |
getNLSID()Gets the NLS ID of the column. |
java.lang.String |
getType()Gets the type of the column value. |
byte |
getTypeID()Gets the numerical type ID of the column value. |
java.lang.String |
getUnit()Gets the unit of the column. |
boolean |
isKey()Returns whether the column is a key. |
| Methods inherited from interface oracle.dms.table.Name |
getName |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Field Detail |
public static final byte UNKNOWN
public static final byte STRING
public static final byte INTEGER
public static final byte DOUBLE
public static final byte LONG
| Method Detail |
public java.lang.String getUnit()
public java.lang.String getDescription()
public java.lang.String getType()
public byte getTypeID()
INTEGER, LONG, DOUBLE, and STRING.public java.lang.String getNLSID()
public java.lang.String getDisplayName()
public boolean isKey()
true if the column is a key, false otherwise.
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3) B25989-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||