|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IElement
An interface for exposing the data in an object view of a tuple by index position. This facilitates binding values elements read from an access path onto binding sets during join processing.
IPredicate.get(Object, int),
IJoinNexus#bind(IPredicate, IConstraint, Object, IBindingSet)| Method Summary | |
|---|---|
Object |
get(int index)
Return the value at the specified index. |
| Method Detail |
|---|
Object get(int index)
index - The index.
IllegalArgumentException - if the index is less than zero or GTE the #of fields defined
for the element.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||