org.eclipse.mat.snapshot
Interface IOQLQuery

All Known Implementing Classes:
OQLQueryImpl

public interface IOQLQuery

Performs an OQL Query.


Nested Class Summary
static interface IOQLQuery.Result
          A result which also describes the OQL query that generated it.
 
Method Summary
 java.lang.Object execute(ISnapshot snapshot, IProgressListener monitor)
          Execute the OQL query.
 

Method Detail

execute

java.lang.Object execute(ISnapshot snapshot,
                         IProgressListener monitor)
                         throws SnapshotException
Execute the OQL query. Returns a result object, either a primitive integer array containing object ids or IResultTable.

Throws:
SnapshotException