Interface | Description |
---|---|
Cursor |
A cursor to read a number of nodes sequentially.
|
Filter |
The filter for an index lookup that contains a number of restrictions that
are combined with AND.
|
IndexRow |
A row returned by the index.
|
QueryIndex |
Represents an index.
|
QueryIndex.AdvancedQueryIndex |
An query index that may support using multiple access orders
(returning the rows in a specific order), and that can provide detailed
information about the cost.
|
QueryIndex.AdvanceFulltextQueryIndex | |
QueryIndex.FulltextQueryIndex |
A marker interface which means this index supports may support more than
just the minimal fulltext query syntax.
|
QueryIndex.IndexPlan |
An index plan.
|
QueryIndex.NativeQueryIndex |
A marker interface which means this index supports executing native queries
|
QueryIndexProvider |
A mechanism to index data.
|
Class | Description |
---|---|
CompositeQueryIndexProvider |
This
QueryIndexProvider aggregates a list of query index providers
into a single query index provider. |
Cursors |
This utility class provides factory methods to create commonly used types of
Cursor s. |
Cursors.AbstractCursor |
A Cursor implementation where the remove method throws an
UnsupportedOperationException.
|
Cursors.PathCursor | |
Filter.PropertyRestriction |
A restriction for a property.
|
PropertyStateValue |
A
PropertyValue implementation that wraps a PropertyState |
PropertyValues |
Utility class for creating
PropertyValue instances. |
QueryIndex.IndexPlan.Builder |
A builder for index plans.
|
QueryIndex.OrderEntry |
A sort order entry.
|
Enum | Description |
---|---|
Filter.PathRestriction |
The path restriction type.
|
QueryIndex.OrderEntry.Order |
The sort order (ascending or descending).
|
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"