| Package | Description |
|---|---|
| org.basex.core.cmd |
Database commands.
|
| org.basex.data |
Database structures.
|
| org.basex.index |
Database Index structures.
|
| org.basex.query.expr |
XQuery expressions.
|
| org.basex.util.ft |
Full-text specific utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ACreate.create(IndexToken.IndexType index,
Data data,
ACreate cmd)
Builds the specified index.
|
protected static boolean |
ACreate.drop(IndexToken.IndexType index,
Data data)
Drops the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MemData.closeIndex(IndexToken.IndexType type) |
void |
DiskData.closeIndex(IndexToken.IndexType type) |
abstract void |
Data.closeIndex(IndexToken.IndexType type)
Closes the specified index.
|
byte[] |
Data.info(IndexToken.IndexType type)
Returns info on the specified index structure.
|
void |
MemData.setIndex(IndexToken.IndexType type,
Index index) |
void |
DiskData.setIndex(IndexToken.IndexType type,
Index index) |
abstract void |
Data.setIndex(IndexToken.IndexType type,
Index index)
Assigns the specified index.
|
| Modifier and Type | Field and Description |
|---|---|
IndexToken.IndexType |
RangeToken.ind
Index type.
|
| Modifier and Type | Method and Description |
|---|---|
IndexToken.IndexType |
RangeToken.type() |
IndexToken.IndexType |
ValuesToken.type() |
IndexToken.IndexType |
IndexToken.type()
Returns the index type.
|
static IndexToken.IndexType |
IndexToken.IndexType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexToken.IndexType[] |
IndexToken.IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValuesToken(IndexToken.IndexType it,
byte[] tok)
Constructor.
|
| Constructor and Description |
|---|
IndexAccess(InputInfo ii,
Expr e,
IndexToken.IndexType t,
IndexContext ic)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IndexToken.IndexType |
FTLexer.type() |