|
||||||||||
| 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 | |
|---|---|
Data |
data
Data reference. |
boolean |
dupl
Flag for potential duplicates. |
boolean |
ftnot
Flag for ftnot expressions. |
boolean |
io
Flag for index options. |
int |
is
Number of estimated results. |
boolean |
iu
Flag for index use. |
boolean |
seq
Flag for sequential processing. |
Step |
step
Index Step. |
| Constructor Summary | |
|---|---|
IndexContext(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 Data data
public final Step step
public boolean iu
public boolean io
public int is
public boolean ftnot
public boolean seq
public boolean dupl
| Constructor Detail |
|---|
public IndexContext(Data d,
Step s,
boolean l)
d - data references - index stepl - duplicate flag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||