Package org.eclipse.mat.snapshot
Interface IOQLQuery
- All Known Implementing Classes:
OQLQueryImpl
public interface IOQLQuery
Performs an OQL Query.
- No Implement:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A result which also describes the OQL query that generated it. -
Method Summary
Modifier and TypeMethodDescriptionexecute
(ISnapshot snapshot, IProgressListener monitor) Execute the OQL query.
-
Method Details
-
execute
Execute the OQL query. Returns a result object, either a primitive integer array containing object ids or IResultTable.- Throws:
SnapshotException
-