IOQLQuery.Result
Constructor and Description |
---|
OQLQueryImpl(EvaluationContext parent,
Query query) |
OQLQueryImpl(String queryString) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(ISnapshot snapshot,
IProgressListener monitor)
Execute the OQL query.
|
static String |
OQLforSubject(String select,
Object subject,
String alias) |
static String |
OQLLiteral(Object subject) |
String |
toString() |
public OQLQueryImpl(EvaluationContext parent, Query query)
public OQLQueryImpl(String queryString) throws OQLParseException
OQLParseException
public Object execute(ISnapshot snapshot, IProgressListener monitor) throws SnapshotException
IOQLQuery
execute
in interface IOQLQuery
SnapshotException