|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Column represents an application database table column.
Table| Field Summary | |
static String |
NULL
A database Table column null value. |
| Method Summary | |
String |
getAlias()
Returns the database table column alias. |
int |
getLength()
Returns the database table column length for character table columns. |
String |
getName()
Returns the database table column name. |
int |
getPrecision()
Returns the database table column precision for numeric table columns. |
int |
getScale()
Returns the database table column scale for numeric table columns. |
DataType |
getType()
Returns the database table column data type. |
boolean |
isAllowNull()
Returns true if the database table column allows a null value. |
Column |
newInstance(Column column,
String alias,
boolean allowNull)
Returns a new Column instance with the specified column attributes,
alias, and allow null status. |
| Field Detail |
public static final String NULL
Table column null value.
| Method Detail |
public String getAlias()
public int getLength()
public String getName()
public int getPrecision()
public int getScale()
public DataType getType()
public boolean isAllowNull()
true if the database table column allows a null value.
True if the database table column allows a null values. False if the database table column does not allow a null value.
public Column newInstance(Column column,
String alias,
boolean allowNull)
Column instance with the specified column attributes,
alias, and allow null status.
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||