public interface IOQLQuery
Modifier and Type | Interface and Description |
---|---|
static interface |
IOQLQuery.Result
A result which also describes the OQL query that generated it.
|
Modifier and Type | Method and Description |
---|---|
Object |
execute(ISnapshot snapshot,
IProgressListener monitor)
Execute the OQL query.
|
Object execute(ISnapshot snapshot, IProgressListener monitor) throws SnapshotException
SnapshotException