|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Project
Derives a new relation by removing attributes. The list of attributes may either be the set of attributes to include or the list of attributes to exclude.
| Method Summary | |
|---|---|
Relation |
exclude(Relation relation,
Set<Attribute> attributes)
The attributes to exclude in the project. |
Relation |
include(Relation relation,
Set<Attribute> attributes)
The attributes to include in the projection. |
| Method Detail |
|---|
Relation include(Relation relation,
Set<Attribute> attributes)
attributes - the set of attributes to keep during projection.
Relation exclude(Relation relation,
Set<Attribute> attributes)
attributes - the set of attributes to remove during projection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||