|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A Column object describes a column in the database and how it maps to a DataObject Property
Field Summary | |
---|---|
static int |
BIGDECIMAL
|
static int |
BLOB
|
static int |
BOOLEAN
|
static int |
BYTE
|
static int |
BYTES
|
static int |
CLOB
|
static int |
DATE
|
static int |
DOUBLE
|
static int |
FLOAT
|
static int |
INTEGER
|
static int |
LONG
|
static int |
OBJECT
|
static int |
SHORT
|
static int |
STRING
|
static int |
TIME
|
static int |
TIMESTAMP
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the value of the Name attribute. |
java.lang.String |
getPropertyName()
Returns the value of the Property Name attribute. |
Table |
getTable()
Return the ' Table ' object that contains this Column. |
int |
getType()
Returns the type of this Column object. |
boolean |
isNullable()
Returns the value of the Nullable attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setNullable(boolean value)
Sets the value of the ' Nullable ' attribute. |
void |
setPropertyName(java.lang.String value)
Sets the value of the ' Property Name ' attribute. |
void |
setTable(Table value)
Sets the value of the ' Table ' container reference. |
void |
setType(int value)
Sets the value of the ' Type ' attribute. |
Field Detail |
public static final int INTEGER
public static final int BOOLEAN
public static final int BYTE
public static final int SHORT
public static final int STRING
public static final int DOUBLE
public static final int LONG
public static final int FLOAT
public static final int OBJECT
public static final int BIGDECIMAL
public static final int DATE
public static final int TIME
public static final int TIMESTAMP
public static final int BLOB
public static final int CLOB
public static final int BYTES
Method Detail |
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String value)
Property Name
' attribute.
value
- the new value of the 'Property Name' attribute.getPropertyName()
public java.lang.String getName()
public void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
public int getType()
public void setType(int value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
public boolean isNullable()
public void setNullable(boolean value)
Nullable
' attribute.
value
- the new value of the 'Nullable' attribute.isNullable()
public Table getTable()
Table
' object that contains this Column.
public void setTable(Table value)
Table
' container reference.
value
- the new value of the 'Table' container reference.getTable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |