|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResult | |
|---|---|
| oracle.ide.index | Classes used to build and query indexes of source files. |
| Uses of QueryResult in oracle.ide.index |
|---|
| Fields in oracle.ide.index declared as QueryResult | |
|---|---|
static QueryResult |
Index.LAST_RESULT
Marker used to indicate the last result of an index query. |
| Methods in oracle.ide.index that return types with arguments of type QueryResult | |
|---|---|
java.util.Collection<QueryResult> |
Index.blockingQueryEx(QueryCriteria criteria)
Query the index on the calling thread. |
BackgroundTask<java.util.Collection<QueryResult>> |
Index.queryEx(QueryCriteria criteria)
Query the index in a background task. |
BackgroundTask<java.util.Collection<QueryResult>> |
Index.queryEx(QueryCriteria criteria,
java.util.concurrent.BlockingQueue<QueryResult> queue)
Query the index in a background task. |
| Method parameters in oracle.ide.index with type arguments of type QueryResult | |
|---|---|
BackgroundTask<java.util.Collection<QueryResult>> |
Index.queryEx(QueryCriteria criteria,
java.util.concurrent.BlockingQueue<QueryResult> queue)
Query the index in a background task. |
QueryProgress |
Index.queryEx(QueryCriteria criteria,
ResultCallback<QueryResult> callback)
Query the index in a background task. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||