|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Schemata.Key
Information about a key for a table.
Method Summary | |
---|---|
Set<Schemata.Column> |
getColumns()
Get the columns that make up this key. |
boolean |
hasColumns(Iterable<Schemata.Column> columns)
Determine whether this key contains exactly those columns listed. |
boolean |
hasColumns(Schemata.Column... columns)
Determine whether this key contains exactly those columns listed. |
Method Detail |
---|
Set<Schemata.Column> getColumns()
boolean hasColumns(Schemata.Column... columns)
columns
- the columns for the key
boolean hasColumns(Iterable<Schemata.Column> columns)
columns
- the columns for the key
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |