|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaData | |
---|---|
org.basex.build | Contains classes for creating new database instances. |
org.basex.core.proc | This package contains the command implementations. |
org.basex.data | Contains BaseX data types, including the
internal table representation in the Data class. |
org.basex.query.xpath.expr | Contains XPath 1.0 expressions. |
Uses of MetaData in org.basex.build |
---|
Fields in org.basex.build declared as MetaData | |
---|---|
MetaData |
Builder.meta
Meta data on built database. |
Uses of MetaData in org.basex.core.proc |
---|
Methods in org.basex.core.proc with parameters of type MetaData | |
---|---|
static byte[] |
InfoDB.db(MetaData meta,
int size,
boolean header,
boolean index)
Creates a database information string. |
Uses of MetaData in org.basex.data |
---|
Fields in org.basex.data declared as MetaData | |
---|---|
MetaData |
Data.meta
Meta data. |
Uses of MetaData in org.basex.query.xpath.expr |
---|
Methods in org.basex.query.xpath.expr with parameters of type MetaData | |
---|---|
boolean |
FTArrayExpr.indexOptions(MetaData meta)
Verifies if the fulltext query options comply with the index defaults. |
boolean |
FTSelect.indexOptions(MetaData meta)
|
boolean |
FTWords.indexOptions(MetaData meta)
|
boolean |
FTNot.indexOptions(MetaData meta)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |