|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Condition
Condition defines an interface for a join condition.
| Method Summary | |
|---|---|
void |
close()
Closes this condition and frees resources. |
Name[] |
getInnerSelectorNames()
|
ScoreNode[][] |
getMatchingScoreNodes(ScoreNode outer)
Returns the matching inner score nodes for the given outer score node sn. |
| Method Detail |
|---|
ScoreNode[][] getMatchingScoreNodes(ScoreNode outer)
throws IOException
sn.
outer - the current score nodes of the outer source.
IOException - if an error occurs while evaluating the condition.Name[] getInnerSelectorNames()
void close()
throws IOException
IOException - if an error occurs while closing this condition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||