|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataType
DataType interface is used to represtent various data types, e.g., integer, DataTime, Color, etc. DataTypes are sorted in the order of parameter name
| Method Summary | |
|---|---|
String |
getName()
Gets the parameter name (column name in a relation) of the type |
String |
getTypeName()
Gets the type name of this data type, e.g., integer, boolean, etc. |
boolean |
isNotNull()
allowed to be null? |
boolean |
isPrimaryKey()
is primary key? |
void |
setNotNull(boolean isNotNull)
|
void |
setPrimaryKey(boolean isPrimatyKey)
|
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getName()
String getTypeName()
boolean isPrimaryKey()
boolean isNotNull()
void setPrimaryKey(boolean isPrimatyKey)
void setNotNull(boolean isNotNull)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
