|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.IndexContext
public final class IndexContext
Container for all information needed to determine whether an index is accessible or not.
| Field Summary | |
|---|---|
QueryContext |
ctx
Query context. |
Data |
data
Data reference. |
boolean |
dupl
Flag for potential duplicates. |
int |
is
Number of estimated results. |
boolean |
not
Flag for ftnot expressions. |
boolean |
seq
Flag for sequential processing. |
Step |
step
Index Step. |
| Constructor Summary | |
|---|---|
IndexContext(QueryContext c,
Data d,
Step s,
boolean l)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final QueryContext ctx
public final Data data
public final Step step
public int is
public boolean not
public boolean seq
public boolean dupl
| Constructor Detail |
|---|
public IndexContext(QueryContext c,
Data d,
Step s,
boolean l)
c - query contextd - data references - index stepl - duplicate flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||