|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BestRowIdentifier

Provides table's best row identifies specific metadata.
| Method Summary | |
|---|---|
void |
addColumn(Column column)
Adds column to the best row identifier |
void |
deleteColumn(Column column)
Deletes column from the best row identifier |
Column |
findColumnByName(String columnName)
Searches column by name |
Set<Column> |
getColumns()
Retrieves best row identifier columns |
BestRowIdentifierScopeType |
getScopeType()
Return the scope of best row identifier |
void |
setScopeType(BestRowIdentifierScopeType scopeType)
Sets the scope of best row identifier |
| Method Detail |
|---|
BestRowIdentifierScopeType getScopeType()
void setScopeType(BestRowIdentifierScopeType scopeType)
scopeType - the scope of best row identifierSet<Column> getColumns()
void addColumn(Column column)
column - the column that part of best row identifiervoid deleteColumn(Column column)
column - the column that no longer part of best row identifierColumn findColumnByName(String columnName)
columnName - the column name to search
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||