|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnDefinition
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 |
DOUBLE the type ID for double column value |
static byte |
INTEGER the type ID for integer column value |
static byte |
LONG the type ID for long column value |
static byte |
STRING the type ID for string column value |
static byte |
UNKNOWN the 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 |
---|
static final byte UNKNOWN
static final byte STRING
static final byte INTEGER
static final byte DOUBLE
static final byte LONG
Method Detail |
---|
java.lang.String getUnit()
java.lang.String getDescription()
java.lang.String getType()
byte getTypeID()
INTEGER
, LONG
, DOUBLE
, and STRING
.java.lang.String getNLSID()
java.lang.String getDisplayName()
boolean isKey()
true
if the column is a key, false
otherwise.
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |