Package | Description |
---|---|
psdi.mbo |
Modifier and Type | Method and Description |
---|---|
TableColumnInfo |
TableInfo.getColumnInfo(java.lang.String columnName)
Returns column information in a TableColumnInfo object
for the given column name, if the column name exists for this
table, otherwise returns null.
|
Modifier and Type | Method and Description |
---|---|
void |
TableInfo.addColumnInfo(TableColumnInfo columnInfo)
Adds column information to this table information.
|